Check that elm-format is on path in CI.

This commit is contained in:
Dillon Kearns 2022-06-30 10:33:43 -07:00
parent ff8850680a
commit 091409785d

View File

@ -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