Skip to content

Commit

Permalink
ci: fix missing dependent jobs needs
Browse files Browse the repository at this point in the history
  • Loading branch information
uiolee committed Oct 29, 2024
1 parent 0bfe1b1 commit 0c7b0b1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,16 @@ jobs:
pnpm run lint:es
lint-ext:
needs: build
name: Lint web-ext
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

- uses: actions/download-artifact@v4
with:
name: ${{ env.artifact_name }}

- uses: pnpm/action-setup@v4
name: Install pnpm
with:
Expand Down

0 comments on commit 0c7b0b1

Please sign in to comment.