diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index e1eff1b..666b826 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -23,10 +23,11 @@ jobs: node-version: 22 - name: Install Node.js dependencies - run: yarn --frozen-lockfile + run: npm install && npm install -g eslint && npm install -g prettier - name: Run linters uses: wearerequired/lint-action@v2 with: + github_token: ${{ secrets.github_token }} prettier: true auto_fix: true \ No newline at end of file