We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd85b97 commit fb263a1Copy full SHA for fb263a1
.github/workflows/auto-testing.yml
@@ -66,3 +66,12 @@ jobs:
66
pip install -e .
67
- name: Run import check
68
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