Skip to content

Commit

Permalink
Add a pre-commit github action
Browse files Browse the repository at this point in the history
  • Loading branch information
tmadlener committed Jun 28, 2023
1 parent cab4616 commit c7ff2c4
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: pre-commit

on:
pull_request:
push:
branches: [release]

jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
with:
python-version: '3.10'
- uses: pre-commit/[email protected]

0 comments on commit c7ff2c4

Please sign in to comment.