Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Adding API tests woodpecker lint.
  • Loading branch information
dessalines committed Jan 27, 2026
commit 7ea34c584616caf515354d61344f77b85e980f68
9 changes: 9 additions & 0 deletions .woodpecker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,15 @@ steps:
when:
- event: pull_request

api_tests_lint:
image: node:24-trixie-slim
commands:
- *install_pnpm
- cd api_tests/
- pnpm i
- pnpm lint
when: *slow_check_paths

ignored_files:
image: alpine:3
commands:
Expand Down