Skip to content
This repository has been archived by the owner on Dec 10, 2023. It is now read-only.

Commit

Permalink
Run code analysis tools first on GitHub action
Browse files Browse the repository at this point in the history
  • Loading branch information
paulfioravanti committed Dec 4, 2023
1 parent 96554e1 commit c49bba1
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,12 @@ jobs:
npm install
cp .env.example .env
- name: Run Elm Review
run: npx elm-review

- name: Run Elm Analyse
run: elm-analyse

- name: Run Tests
run: elm-test

Expand All @@ -48,12 +54,6 @@ jobs:
- name: Run Elm Coverage
run: elm-coverage

- name: Run Elm Analyse
run: elm-analyse

- name: Run Elm Review
run: npx elm-review

back-end-build:
defaults:
run:
Expand Down

0 comments on commit c49bba1

Please sign in to comment.