CI/CD #1

Merged
joe merged 13 commits from ci into main 2022-09-28 18:02:57 +00:00
1 changed files with 2 additions and 0 deletions
Showing only changes of commit a2c93442f5 - Show all commits

View File

@ -5,6 +5,8 @@ steps:
- name: test
image: rust:latest
commands:
- mkdir -p ui/build
- touch ui/build/index.html
- rustup component add clippy
- cargo clippy
- cargo test --all