Skip to content

Commit bec9e08

Browse files
committed
NO-ISSUE Run pinact
1 parent 9e4ed83 commit bec9e08

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/test.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,3 +64,11 @@ jobs:
6464
run: npx publint
6565
- name: validate package
6666
run: npx @arethetypeswrong/cli $(npm pack)
67+
68+
pinact:
69+
runs-on: ubuntu-latest
70+
steps:
71+
- uses: actions/checkout@v4
72+
- uses: suzuki-shunsuke/pinact-action@4eb88bc57cde1d55d18615b1f8ccd7216269e6d2 # v0.2.0
73+
with:
74+
skip_push: "true"

0 commit comments

Comments
 (0)