Skip to content

Commit

Permalink
feat: remove bower.json and empty package-lock.json
Browse files Browse the repository at this point in the history
  • Loading branch information
srghma committed Oct 12, 2024
1 parent 7980c45 commit 718f8f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
run: spago build --censor-stats --strict --ensure-ranges --pedantic-packages

- name: Run tests
run: spago test --offline --censor-stats --strict --pedantic-packages -- --censor-codes=UserDefinedWarning
run: spago test --offline --censor-stats --strict --pedantic-packages

- name: Verify formatting
run: purs-tidy check src test

0 comments on commit 718f8f1

Please sign in to comment.