Skip to content

Commit

Permalink
Add github precommit workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Yrob committed Jul 10, 2024
1 parent db37d7d commit fe1e5d5
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/precommit.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: pre-commit

on:
push:
branches:
- features/**
pull_request:
branches:
- main
- master

jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
- uses: pre-commit/action@v2.0.3

0 comments on commit fe1e5d5

Please sign in to comment.