We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25ee2cc commit 120bbe5Copy full SHA for 120bbe5
.github/workflows/validate.yml
@@ -37,11 +37,6 @@ jobs:
37
with:
38
node-version: ${{ matrix.node }}
39
40
- - name: 📥 Download deps
41
- uses: bahmutov/npm-install@v1
42
- with:
43
- useLockFile: true
44
-
45
# TODO: Can be removed if https://github.com/kentcdodds/kcd-scripts/pull/146 is released
46
- name: Verify format (`npm run format` committed?)
47
run: npm run format -- --check --no-write
@@ -73,11 +68,6 @@ jobs:
73
68
74
69
node-version: 14
75
70
76
77
78
79
80
81
71
- name: 🏗 Run build script
82
72
run: npm run build
83
0 commit comments