Skip to content

Commit

Permalink
update: pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiTRy committed Nov 30, 2023
1 parent bdaadc7 commit 65bf4fa
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,7 @@ jobs:
run: npx prettier --check .

- name: Run Lint Check
run: |
npx eslint . --no-cache
npm run lint
run: npm run lint

- name: Run Build
run: npm run build
Expand Down

0 comments on commit 65bf4fa

Please sign in to comment.