topola/.woodpecker
Mikolaj Wielgus 59478e0dbe chore(ci): replace running `pre-commit` with just a formatting check
Contrary to what I naively thought, `pre-commit` in CI does not result
in commit messages being checked. Another action `pre-commit` was
doing was running `cargo check`, but this is essentially the same as
building without compilation, and we are testing by building in other
CI-workflows. So we are left with only a formatting check, which does
not need installing and running `pre-commit`.
2024-12-29 03:03:35 +01:00
..
build_cli.yaml build: put egui and cli into separate crates 2024-11-20 15:44:02 +01:00
build_egui.yaml build: put egui and cli into separate crates 2024-11-20 15:44:02 +01:00
build_wasm.yaml build: put egui and cli into separate crates 2024-11-20 15:44:02 +01:00
check_formatting.yaml chore(ci): replace running `pre-commit` with just a formatting check 2024-12-29 03:03:35 +01:00
test.yaml build: put egui and cli into separate crates 2024-11-20 15:44:02 +01:00