Skip to content

Commit 0d926cb

Browse files
committed
ci: use local action
1 parent 619f336 commit 0d926cb

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yaml

+4-1
Original file line numberDiff line numberDiff line change
@@ -85,5 +85,8 @@ jobs:
8585
- uses: actions/checkout@v4
8686
with:
8787
repository: ${{ matrix.repos }}
88+
- uses: actions/checkout@v4
89+
with:
90+
path: this
8891
- name: Pre-commit
89-
uses: open-turo/action-pre-commit@v2
92+
uses: ./this

0 commit comments

Comments
 (0)