Skip to content

Commit

Permalink
fix action lint prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
joelclems committed Mar 3, 2023
1 parent 13ab4ae commit d8ce28b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install npm v8
run: npm i -g npm@8
- name: Frontend code formatting check (Prettier)
uses: creyD/[email protected]
with:
Expand Down

0 comments on commit d8ce28b

Please sign in to comment.