We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 084583c commit 26a5f71Copy full SHA for 26a5f71
1 file changed
.github/workflows/pinact.yml
@@ -0,0 +1,26 @@
1
+name: Pinact
2
+
3
+on:
4
+ push:
5
+ branches:
6
+ - '*'
7
+ paths:
8
+ - .github/**
9
+ pull_request:
10
11
+ - master
12
13
14
15
+jobs:
16
+ pinact:
17
+ runs-on: ubuntu-latest
18
+ timeout-minutes: 5
19
+ steps:
20
+ - name: Checkout
21
+ uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
22
+ - name: Pinact
23
+ uses: suzuki-shunsuke/pinact-action@cf51507d80d4d6522a07348e3d58790290eaf0b6 # v2.0.0
24
+ with:
25
+ skip_push: "true"
26
+ verify: "true"
0 commit comments