Skip to content

Commit 6a1c334

Browse files
committed
remove duplicate lint CI job, let pre-commit.ci handle formatting
1 parent 89037d7 commit 6a1c334

File tree

2 files changed

+2
-9
lines changed

2 files changed

+2
-9
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,3 @@ jobs:
3030
node-version: ${{ matrix.node-version }}
3131
- run: npm install
3232
- run: npm run build --if-present
33-
34-
lint:
35-
runs-on: ubuntu-latest
36-
steps:
37-
- uses: actions/checkout@v1
38-
- uses: actions/[email protected]
39-
- uses: pre-commit/[email protected]
40-
env:
41-
SKIP: typecheck

.pre-commit-config.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
ci:
2+
skip: [typecheck]
13
repos:
24
- repo: https://github.com/pre-commit/mirrors-prettier
35
rev: 'v2.5.1'

0 commit comments

Comments
 (0)