Skip to content
This repository was archived by the owner on Nov 12, 2025. It is now read-only.

Commit a37dd19

Browse files
authored
chore: add test workflow (#3)
1 parent 795fe6f commit a37dd19

1 file changed

Lines changed: 30 additions & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# Copyright 2024 The Authors (see AUTHORS file)
2+
#
3+
# Licensed under the Apache License, Version 2.0 (the "License");
4+
# you may not use this file except in compliance with the License.
5+
# You may obtain a copy of the License at
6+
#
7+
# http://www.apache.org/licenses/LICENSE-2.0
8+
#
9+
# Unless required by applicable law or agreed to in writing, software
10+
# distributed under the License is distributed on an "AS IS" BASIS,
11+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+
# See the License for the specific language governing permissions and
13+
# limitations under the License.
14+
15+
name: 'test'
16+
17+
on:
18+
workflow_dispatch:
19+
20+
jobs:
21+
test:
22+
name: 'test'
23+
runs-on: 'ubuntu-latest'
24+
25+
steps:
26+
- name: 'Checkout'
27+
uses: 'actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332' # ratchet:actions/checkout@v4
28+
29+
- name: 'Test Action'
30+
uses: 'google-github-actions/test-action@v1.0.0' # ratchet:exclude

0 commit comments

Comments
 (0)