Skip to content

Commit

Permalink
Actually lint on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolo-ribaudo committed Apr 22, 2024
1 parent 7641357 commit 2b0c02a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ tscheck:
clean-ts:
$(MAKEJS) clean-ts

lint-ci: lint-ci check-compat-data
lint-ci: check-compat-data
$(MAKEJS) lint-ci

generate-readme:
$(NODE) scripts/generators/readmes.js
Expand Down

0 comments on commit 2b0c02a

Please sign in to comment.