Skip to content

Commit 6ed6591

Browse files
committed
See what colors look like in GitHub Actions
1 parent a3f6b00 commit 6ed6591

2 files changed

Lines changed: 2 additions & 81 deletions

File tree

.github/workflows/check.yml

Lines changed: 2 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -44,21 +44,5 @@ jobs:
4444
env:
4545
NO_ELM_TOOLING_INSTALL: 1
4646

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
47+
- run: ../bin/elm-test --color
48+
working-directory: example-application

.github/workflows/test.yml

Lines changed: 0 additions & 63 deletions
This file was deleted.

0 commit comments

Comments
 (0)