Skip to content

Commit f9f5099

Browse files
committed
chore: clean up ci
1 parent ef46943 commit f9f5099

File tree

1 file changed

+0
-26
lines changed

1 file changed

+0
-26
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -44,32 +44,6 @@ jobs:
4444
if: steps.node_modules_cache_id.outputs.cache-hit != 'true'
4545
run: npm ci
4646

47-
lint:
48-
runs-on: ubuntu-latest
49-
steps:
50-
- name: checkout
51-
uses: actions/checkout@master
52-
53-
- name: restore cache from package-lock.json
54-
uses: actions/cache@v2
55-
with:
56-
path: package-temp-dir
57-
key: lock-${{ github.sha }}
58-
59-
- name: restore cache from node_modules
60-
uses: actions/cache@v2
61-
with:
62-
path: node_modules
63-
key: node_modules-${{ hashFiles('**/package-temp-dir/package-lock.json') }}
64-
65-
- name: lint
66-
run: npm run lint
67-
68-
- name: ts check
69-
run: npm run lint:tsc
70-
71-
needs: setup
72-
7347
test:
7448
runs-on: ubuntu-latest
7549
steps:

0 commit comments

Comments
 (0)