Skip to content

Commit

Permalink
chore: adding test pre-commit workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
BallardRobinett committed Feb 6, 2024
1 parent 0b3e9b3 commit 0ef521d
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/test-precommit.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Precommit 2

on:
push:
branches: [main, develop, 127-fix-precommit-conditions]
pull_request:
branches: [main, develop]

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

0 comments on commit 0ef521d

Please sign in to comment.