Skip to content

Commit

Permalink
Don't lint with Bun
Browse files Browse the repository at this point in the history
  • Loading branch information
evert committed Feb 14, 2023
1 parent 13d20a2 commit eeb60ca
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/bun.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,3 @@ jobs:
- run: bun install
- run: bun run build
- run: bun run mocha

lint:
name: Lint

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: 18.x
- run: npm ci
- run: npm run lint

0 comments on commit eeb60ca

Please sign in to comment.