Skip to content

Commit

Permalink
Fix prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
sneridagh committed May 3, 2024
1 parent 1052c8f commit 1ef5af7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/codeanalysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,11 @@ jobs:
- name: Checkout codebase
uses: actions/checkout@v3

- name: Install packages
run: make install

- name: Run Prettier
run: npx [email protected] --single-quote --check 'src/**/*.{js,jsx,ts,tsx,css,scss}' --config=package.json
run: yarn run prettier

i18n:
name: i18n sync
Expand Down

0 comments on commit 1ef5af7

Please sign in to comment.