We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4512494 commit b9079d6Copy full SHA for b9079d6
.github/workflows/main.yml
@@ -1,10 +1,11 @@
1
---
2
+name: validate action
3
on: push
4
5
jobs:
6
test-linux:
7
runs-on: ubuntu-latest
- name: install sam cli
8
+ name: ubuntu-latest
9
steps:
10
- uses: advancedcsg-open/action-setup-sam@master
11
with:
@@ -13,7 +14,7 @@ jobs:
13
14
run: sam --version
15
test-macos:
16
runs-on: macos-latest
17
+ name: macos-latest
18
19
20
0 commit comments