Skip to content

Commit

Permalink
Merge pull request #13 from RazerM/feature/pre-commit-action
Browse files Browse the repository at this point in the history
Add pre-commit action
  • Loading branch information
RazerM authored Jan 6, 2024
2 parents 9f715dd + aac297c commit 158f156
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,12 @@ jobs:
run: "python -m tox -- -v"
env:
DATABASE_URL: postgresql://postgres:hunter2@localhost:5440/postgres

pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.12"
- uses: pre-commit/[email protected]

0 comments on commit 158f156

Please sign in to comment.