diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 74a5799..8c1095b 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -25,8 +25,8 @@ jobs: lint: runs-on: ubuntu-latest - needs: build - + needs: build + steps: - uses: actions/checkout@v3 - name: Use Node.js 14.x