Skip to content

Commit

Permalink
fix: format code in CI Style
Browse files Browse the repository at this point in the history
  • Loading branch information
diogogmatos authored Nov 15, 2023
1 parent 01b78bb commit c4131c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/style.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ jobs:
- name: 🧰 Install dependencies
run: npm ci

- name: 🎨 Check code formatting
run: npm run test:format
- name: 🎨 Format the code
run: npm run format

- name: 🐛 Lint the code
run: npm run test:lint

0 comments on commit c4131c2

Please sign in to comment.