We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3f6b00 commit 6ed6591Copy full SHA for 6ed6591
2 files changed
.github/workflows/check.yml
@@ -44,21 +44,5 @@ jobs:
44
env:
45
NO_ELM_TOOLING_INSTALL: 1
46
47
- - name: elm-tooling install
48
- run: npx --no-install elm-tooling install
49
-
50
- - name: Flow
51
- run: npx --no-install flow check
52
53
- - name: ESLint
54
- run: npx --no-install eslint --report-unused-disable-directives .
55
56
- - name: Prettier
57
- run: npx --no-install prettier --check .
58
59
- - name: elm-format
60
- run: npx --no-install elm-format --validate elm
61
62
- - name: elm-review
63
- run: npx --no-install elm-review
64
- working-directory: elm
+ - run: ../bin/elm-test --color
+ working-directory: example-application
.github/workflows/test.yml
0 commit comments