Skip to content

Commit

Permalink
SMA-20: in react checkstyle workflow removed Prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
ivamach committed Jan 28, 2024
1 parent bb7c36c commit c6b9482
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/checkstyle-react.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,7 @@ jobs:
node-version: latest

- name: Install dependencies
run: npm install

- name: Prettier
run: npm run format
run: npm install

- name: Lint
run: npm run lint

0 comments on commit c6b9482

Please sign in to comment.