diff --git a/.github/workflows/style.yaml b/.github/workflows/style.yaml index a11dac9bb17..3bb85d584b2 100644 --- a/.github/workflows/style.yaml +++ b/.github/workflows/style.yaml @@ -77,12 +77,9 @@ jobs: run: | npm ci npm cache clean --force - ls -la working-directory: requirements/ - name: List npm dependencies - run: | - ls -la - npm ls --all + run: npm ls --all working-directory: requirements/ - name: Run prettier formatting run: npx prettier . --check