This repository has been archived on 2023-07-04. You can view files and clone it, but cannot push or open issues/pull-requests.
blog/.woodpecker/.rustfmt.yml

6 lines
96 B
YAML

pipeline:
lint:
image: 'rustlang/rust:nightly'
commands:
- cargo fmt -- --check