Skip to content

Commit

Permalink
fix: Update github lint action
Browse files Browse the repository at this point in the history
  • Loading branch information
hampfh committed Aug 6, 2024
1 parent 1b5e933 commit 4b69bdd
Showing 1 changed file with 7 additions and 11 deletions.
18 changes: 7 additions & 11 deletions .github/workflows/eslint.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,11 @@
name: Lint
name: CI
on: push
jobs:
eslint:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: oven-sh/setup-bun@v1
- name: Setup pnpm
uses: pnpm/action-setup@v2
with:
version: 8.15

- run: pnpm install
- run: pnpm run lint
- uses: actions/checkout@v2
- name: Install modules
run: pnpm install
- name: Run ESLint
run: eslint .

0 comments on commit 4b69bdd

Please sign in to comment.