Skip to content

Commit d759b98

Browse files
committed
Run pre-commit hooks from build.yml Github Actions workflow
1 parent 5dc5fda commit d759b98

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,7 +10,13 @@ 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/action@v3.0.1
19+
test:
1420

1521
strategy:
1622
fail-fast: false

0 commit comments

Comments
 (0)