Skip to content

Commit

Permalink
Remove failing and redundant Standard workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
LinusU committed Jan 23, 2024
1 parent 50cae94 commit ed7fea0
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,3 @@ jobs:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm test

standard:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@main
- uses: actions/setup-node@main
with:
# don't use lts/* to prevent hitting rate-limit
node-version: 20.x
- run: npm install
- run: npm run standard

0 comments on commit ed7fea0

Please sign in to comment.