Skip to content

Commit 4459e5a

Browse files
committed
ci precommit
1 parent fbc5d5d commit 4459e5a

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

.github/workflows/precommit.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: Code Checks
2+
3+
on:
4+
workflow_dispatch:
5+
push:
6+
branches: ['main']
7+
pull_request:
8+
release:
9+
types: [published]
10+
11+
jobs:
12+
pre-commit:
13+
name: "Run pre-commit"
14+
runs-on: ubuntu-latest
15+
steps:
16+
- uses: actions/checkout@v2
17+
- uses: actions/setup-python@v2
18+
- uses: pre-commit/action@v2.0.3

0 commit comments

Comments
 (0)