diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 37bc707..bdbfbd1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,6 +16,7 @@ jobs: with: github_token: ${{ secrets.GITHUB_TOKEN }} lint: + needs: compliance runs-on: ubuntu-latest steps: - uses: actions/checkout@v4.1.1 @@ -41,7 +42,6 @@ jobs: - run: npm run lint build: - name: build needs: lint runs-on: ubuntu-latest steps: @@ -66,7 +66,6 @@ jobs: - run: npm run build test: - name: test needs: build runs-on: ubuntu-latest steps: