Skip to content

Commit

Permalink
fix: run prettier / eslint on build
Browse files Browse the repository at this point in the history
  • Loading branch information
framp committed Mar 1, 2024
1 parent 7cfcf66 commit 4cc5a02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codequality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run: npm ci

- name: Prettier
run: npm run prettier:check
run: npm run pretty

- name: Lint
run: npm run lint:check
Expand Down
2 changes: 1 addition & 1 deletion src/app.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
@tailwind base;
@tailwind components;
@tailwind utilities;
@tailwind utilities;

0 comments on commit 4cc5a02

Please sign in to comment.