mirror of
https://github.com/System-End/nephthys.git
synced 2026-04-19 20:55:09 +00:00
add pre-commit CI
This commit is contained in:
parent
f3006d04ab
commit
ce1bfb02a3
1 changed files with 13 additions and 0 deletions
13
.github/workflows/pre-commit.yml
vendored
Normal file
13
.github/workflows/pre-commit.yml
vendored
Normal file
|
|
@ -0,0 +1,13 @@
|
||||||
|
name: pre-commit
|
||||||
|
|
||||||
|
on:
|
||||||
|
pull_request:
|
||||||
|
push:
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
pre-commit:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v3
|
||||||
|
- uses: actions/setup-python@v3
|
||||||
|
- uses: pre-commit/action@v3.0.1
|
||||||
Loading…
Add table
Reference in a new issue