Merge pull request #10 from hackclub/pre-commit-ci

pre commit ci
This commit is contained in:
transcental 2025-06-27 18:55:08 +01:00 committed by GitHub
commit 71cd350a80
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

13
.github/workflows/pre-commit.yml vendored Normal file
View file

@ -0,0 +1,13 @@
name: pre-commit
on:
pull_request:
push:
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
- uses: pre-commit/action@v3.0.1