Skip to content

Commit

Permalink
Install prettier plugins before linting
Browse files Browse the repository at this point in the history
  • Loading branch information
SkyLeite committed Feb 2, 2023
1 parent 1320b13 commit 7675775
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:

steps:
- uses: actions/checkout@v2 # Check out the repository first.
- run: npm install --only=dev --prefix ./frontend
- name: Run prettier (JavaScript & TypeScript)
uses: creyD/[email protected]
with:
Expand Down

0 comments on commit 7675775

Please sign in to comment.