Skip to content

Commit

Permalink
fix: Change lint file to bun
Browse files Browse the repository at this point in the history
  • Loading branch information
hampfh committed Feb 12, 2024
1 parent 50c4edb commit 811c1f6
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/eslint.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
name: CI
name: Lint
on: push
jobs:
build:
my-job:
name: my-job
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install modules
run: npm ci
- name: Run ESLint
run: eslint . --ext .js,.jsx,.ts,.tsx
- uses: actions/checkout@v3
- uses: oven-sh/setup-bun@v1

- run: bun install
- run: bun run lint

0 comments on commit 811c1f6

Please sign in to comment.