We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7058b17 + 944146b commit 9436786Copy full SHA for 9436786
1 file changed
.github/workflows/ci.yml
@@ -41,8 +41,6 @@ jobs:
41
- name: npm ci
42
if: steps.cache-node_modules.outputs.cache-hit != 'true'
43
run: npm ci
44
- - name: elm-tooling install
45
- run: npx --no-install elm-tooling install
46
- name: Tests
47
run: npm test
48
# - name: Run elm-review
0 commit comments