mirror of
https://github.com/dillonkearns/elm-pages-v3-beta.git
synced 2024-12-23 20:03:31 +03:00
Check that elm-format is on path in CI.
This commit is contained in:
parent
ff8850680a
commit
091409785d
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -53,6 +53,8 @@ jobs:
|
||||
run: npx --no-install elm-tooling install
|
||||
- name: Add elm-review, elm and elm-format to path
|
||||
run: npm bin >> $GITHUB_PATH
|
||||
- name: Verify that elm-format is on path
|
||||
run: elm-format --version
|
||||
- name: Download lamdera
|
||||
run: curl https://static.lamdera.com/bin/linux/lamdera-next -o /usr/local/bin/lamdera && chmod a+x /usr/local/bin/lamdera
|
||||
- name: Lamdera Reset for tests
|
||||
|
Loading…
Reference in New Issue
Block a user