Skip to content

Commit

Permalink
fix: install dependencies before run prettier check
Browse files Browse the repository at this point in the history
  • Loading branch information
Lobooooooo14 committed Jan 8, 2024
1 parent c603950 commit 91e9d9b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/prettier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

- name: 📩 Installing dependencies
run: npm ci

- name: ✨ Checking
uses: creyD/prettier_action@v4.3
with:
Expand Down

0 comments on commit 91e9d9b

Please sign in to comment.