Run tests on PR #1

Merged
Adrien merged 7 commits from fix/ci-add-first-checks into develop 2024-09-24 21:12:34 +00:00
2 changed files with 25 additions and 0 deletions
Showing only changes of commit 9b2ab337b2 - Show all commits

View File

@@ -2,6 +2,7 @@ steps:
- name: format
image: rust:latest
commands:
- rustup component add rustfmt
- cargo fmt --all --check
- name: clippy