Skip to content
This repository has been archived by the owner on Jul 15, 2024. It is now read-only.

Commit

Permalink
elm make on ci
Browse files Browse the repository at this point in the history
  • Loading branch information
tsukimizake committed Feb 11, 2024
1 parent 1302030 commit 90f8f56
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,5 @@ jobs:
run: npm install
- name: check format with prettier
run: npm run format-check
- name: elm make on example
run: cd example; npx elm make example/Main.elm --output=/dev/null

0 comments on commit 90f8f56

Please sign in to comment.