Skip to content

Commit

Permalink
Fixing woodpecker. (#255)
Browse files Browse the repository at this point in the history
  • Loading branch information
dessalines committed Mar 27, 2024
1 parent 5157c28 commit 848ef4f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .woodpecker.yml
Expand Up @@ -7,12 +7,16 @@ steps:
commands:
- *install_pnpm
- pnpm i
when:
- event: pull_request

lint:
image: node:alpine
commands:
- *install_pnpm
- pnpm lint
when:
- event: pull_request

npm_publish:
image: node:alpine
Expand All @@ -23,4 +27,4 @@ steps:
- npm publish
secrets: [npm_token]
when:
event: tag
- event: tag

0 comments on commit 848ef4f

Please sign in to comment.