Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2616d23

Browse files
committed
Run pre-commit legacy action in a separate job
1 parent 0d33f93 commit 2616d23

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/build.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,14 @@ on:
1010
workflow_dispatch:
1111

1212
jobs:
13-
build:
13+
pre-commit:
14+
runs-on: ubuntu-latest
15+
steps:
16+
- uses: actions/checkout@v4
17+
- uses: actions/setup-python@v5
18+
- uses: pre-commit/[email protected]
1419

20+
build:
1521
strategy:
1622
fail-fast: false
1723
matrix:

0 commit comments

Comments
 (0)