Skip to content

Commit fb263a1

Browse files
committed
NO-ISSUE Run pinact
1 parent bd85b97 commit fb263a1

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/auto-testing.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,3 +66,12 @@ jobs:
6666
pip install -e .
6767
- name: Run import check
6868
run: python import_check.py
69+
70+
pinact:
71+
runs-on: ubuntu-latest
72+
steps:
73+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
74+
- name: Run pinact
75+
uses: suzuki-shunsuke/pinact-action@a6896d13d22e2bf108a78b0c52d3f867c1f41b34 # v0.2.1
76+
with:
77+
skip_push: "true"

0 commit comments

Comments
 (0)