We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef46943 commit f9f5099Copy full SHA for f9f5099
.github/workflows/main.yml
@@ -44,32 +44,6 @@ jobs:
44
if: steps.node_modules_cache_id.outputs.cache-hit != 'true'
45
run: npm ci
46
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
61
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
73
test:
74
runs-on: ubuntu-latest
75
steps:
0 commit comments