diff --git a/.github/workflows/prettier.yml b/.github/workflows/prettier.yml index 5972287..4de44ee 100644 --- a/.github/workflows/prettier.yml +++ b/.github/workflows/prettier.yml @@ -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: