Install dependencies in a separate step

This commit is contained in:
Juno Takano 2025-12-13 18:44:08 -03:00
commit ef644e24e8

View file

@ -11,6 +11,8 @@ jobs:
git clone https://codeberg.org/jutty/en .
- name: setup toolchain
run: rustup component add rustfmt clippy
- name: install dependencies
run: cargo install
- name: formatting
run: cargo fmt -- --check
- name: lints