1 2 3 4 5 6 7 8
rustfmt: stage: lint only: - pushes script: - rustup component add rustfmt - cargo fmt -- --check needs: []