Skip to content

Commit 26a5f71

Browse files
committed
Add workflow for pinact
1 parent 084583c commit 26a5f71

1 file changed

Lines changed: 26 additions & 0 deletions

File tree

.github/workflows/pinact.yml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
name: Pinact
2+
3+
on:
4+
push:
5+
branches:
6+
- '*'
7+
paths:
8+
- .github/**
9+
pull_request:
10+
branches:
11+
- master
12+
paths:
13+
- .github/**
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

Comments
 (0)