Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
cndreisbach committed Nov 14, 2024
1 parent 8700cb1 commit 2ca40c5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Create release and publish to NPM
on:
workflow_dispatch:
push:
branches:
- main
jobs:
release:
name: Build and deploy
Expand All @@ -23,7 +26,7 @@ jobs:
run: pnpm install

- name: Lint
run: pnpm lint:all
run: pnpm lint

- name: Build
run: pnpm build
Expand Down

0 comments on commit 2ca40c5

Please sign in to comment.