Skip to content

Commit

Permalink
Fix to use lint
Browse files Browse the repository at this point in the history
  • Loading branch information
TimOrme committed Mar 18, 2023
1 parent 59c78e5 commit 3463ce3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ jobs:
node-version: 18
- name: elm-format install
run: npm install elm-format
- name: Compile Elm
run: just check
- name: Check linting
run: just lint
1 change: 1 addition & 0 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ build:
lint:
black --check .
ruff check .
elm-format --validate elm/

# Format code
format:
Expand Down

0 comments on commit 3463ce3

Please sign in to comment.