From 91e9d9bed166f9f88423eb8735fc269422f3b080 Mon Sep 17 00:00:00 2001 From: Lobooooooo14 <88998991+Lobooooooo14@users.noreply.github.com> Date: Mon, 8 Jan 2024 12:47:10 -0300 Subject: [PATCH] fix: install dependencies before run prettier check --- .github/workflows/prettier.yml | 4 ++++ 1 file changed, 4 insertions(+) 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: