We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8e7c78 commit 019809dCopy full SHA for 019809d
.github/workflows/actionci.yml
@@ -0,0 +1,22 @@
1
+name: Action CI
2
+
3
+on:
4
+ push:
5
+ tags-ignore:
6
+ - 'v*'
7
+ branches:
8
+ - "master"
9
+ pull_request:
10
+ workflow_call:
11
12
+concurrency:
13
+ group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
14
+ cancel-in-progress: true
15
16
+jobs:
17
+ actionci:
18
+ permissions:
19
+ contents: read
20
+ security-events: write
21
+ uses: smallstep/workflows/.github/workflows/actionci.yml@main
22
+ secrets: inherit
.github/workflows/actionlint.yml
.github/workflows/frizbee.yml
.github/workflows/zizmor.yml
0 commit comments