mdlint/.woodpecker/test.yml
JMARyA 3a4b5ee78c
Some checks failed
ci/woodpecker/push/build/1 Pipeline failed
ci/woodpecker/push/test Pipeline failed
ci/woodpecker/push/build/2 Pipeline failed
update
2025-06-28 01:53:47 +02:00

13 lines
167 B
YAML

when:
branch:
- master
event:
- push
- pull_request
steps:
- name: test
image: rust:latest
commands:
- cargo check
- cargo test