Skip to content

Commit aeb03d5

Browse files
author
Ruan Moolman
committed
Add pre-commit github action
1 parent 32cb5d8 commit aeb03d5

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

.github/workflows/pre-commit.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
name: pre-commit
2+
on: [pull_request]
3+
jobs:
4+
pre-commit:
5+
runs-on: ubuntu-latest
6+
steps:
7+
- uses: actions/checkout@v3
8+
- uses: actions/setup-python@v3
9+
- uses: pre-commit/action@v3.0.0

0 commit comments

Comments
 (0)