Skip to content

Commit

Permalink
ci(gha): add pre-commit.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
bukowa committed Jul 9, 2024
1 parent c5a4f4b commit 75508c4
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/pre-commit.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: pre-commit

on:
pull_request:
push:
branches: [master]

jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
- uses: extractions/setup-just@6e1de3cc407de738551abd6c0923bd5ed5608042
with:
just-version: 1.29.0
- uses: pre-commit/[email protected]

0 comments on commit 75508c4

Please sign in to comment.