Skip to content

Commit d125d05

Browse files
committed
GitHub Actions: Run pre-commit
1 parent 151377a commit d125d05

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/tests.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ on:
55
- main
66
pull_request:
77
jobs:
8+
pre-commit:
9+
runs-on: ubuntu-latest
10+
steps:
11+
- uses: actions/checkout@v4
12+
- uses: actions/setup-python@v5
13+
with:
14+
python-version: 3.x
15+
- uses: pre-commit/[email protected]
816
test:
917
runs-on: ubuntu-latest
1018
steps:

0 commit comments

Comments
 (0)