Skip to content

Commit 6f1a22e

Browse files
committed
replace lint with pre commit
1 parent 8e7c45a commit 6f1a22e

File tree

2 files changed

+14
-42
lines changed

2 files changed

+14
-42
lines changed

.github/workflows/lint.yml

Lines changed: 0 additions & 42 deletions
This file was deleted.

.github/workflows/pre-commit.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: pre-commit
2+
3+
on:
4+
pull_request:
5+
push:
6+
branches: [main]
7+
8+
jobs:
9+
pre-commit:
10+
runs-on: ubuntu-latest
11+
steps:
12+
- uses: actions/checkout@v3
13+
- uses: actions/setup-python@v3
14+
- uses: pre-commit/[email protected]

0 commit comments

Comments
 (0)