Create pre-commit.yml
This commit is contained in:
parent
226c098db7
commit
4c683a6b35
13
.github/workflows/pre-commit.yml
vendored
Normal file
13
.github/workflows/pre-commit.yml
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
on:
|
||||
pull_request:
|
||||
push:
|
||||
branches: [main, dev, *]
|
||||
|
||||
jobs:
|
||||
main:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: pre-commit/action@v3.0.0
|
||||
- uses: pre-commit-ci/lite-action@v1.0.0
|
||||
if: always()
|
||||
Loading…
x
Reference in New Issue
Block a user