mirror of
https://github.com/dillonkearns/elm-pages-v3-beta.git
synced 2024-12-23 11:55:41 +03:00
Remove obsolete install step from build.
This commit is contained in:
parent
6639475ff7
commit
a70db9ea43
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -16,7 +16,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
with:
|
||||
submodules: recursive
|
||||
- name: Use Node.js 18
|
||||
uses: actions/setup-node@v1
|
||||
@ -58,8 +58,6 @@ jobs:
|
||||
run: npm ci
|
||||
- name: elm-tooling install
|
||||
run: npx --no-install elm-tooling install
|
||||
- name: Global elm-format install
|
||||
run: npm i -g elm-format@0.8.5
|
||||
- name: Add elm-review, elm and elm-format to path
|
||||
run: npm bin >> $GITHUB_PATH
|
||||
- name: Tests
|
||||
|
Loading…
Reference in New Issue
Block a user