diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index d6b2087..16d8495 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -7,7 +7,7 @@ jobs: - uses: actions/checkout@v2 with: fetch-depth: 0 - - name: Install npm + - name: NPM install run: npm ci - name: Lint run: npm run lint