when: - path: include: ["*.rs"] exclude: ["*.md", "docs/**", ".woodpecker/*.yaml", "*.nix"] ignore_message: "[ALL]" steps: update: image: rustlang/rust:nightly commands: | cargo +nightly fmt -- --check