Skip to content

Commit 38764f8

Browse files
authored
Update trigger_precommit.yml
1 parent 8190db9 commit 38764f8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/trigger_precommit.yml

+2
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ jobs:
1414
id: check
1515
with:
1616
trigger: "auto run pre-commit"
17+
- if: steps.check.outputs.triggered == 'true'
18+
uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
1719
- if: steps.check.outputs.triggered == 'true'
1820
uses: jupyterlab/maintainer-tools/.github/actions/pr-script@v1
1921
with:

0 commit comments

Comments
 (0)