Skip to content

Commit

Permalink
chore: remove unused unused job
Browse files Browse the repository at this point in the history
This crucial part of this workflow was removed in
278e667, we should have removed the entire job.
  • Loading branch information
mroderick committed Feb 18, 2025
1 parent 278e667 commit e9eb2eb
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,20 +47,6 @@ jobs:
run: |
npm run lint
unused:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "lts/*"
cache: "npm"
- name: Install dependencies
run: |
npm ci
env:
PUPPETEER_SKIP_CHROMIUM_DOWNLOAD: 1

browser-test:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit e9eb2eb

Please sign in to comment.