Simplify CI steps

This commit is contained in:
Juno Takano 2025-12-14 06:09:50 -03:00
commit 2e725ebf71

View file

@ -12,11 +12,8 @@ jobs:
- name: checkout code
uses: actions/checkout@v6
- name: install dependencies
run: cargo install --path .
- name: cargo build
run: cargo build --all-targets
- name: build
run: cargo build
- name: format
run: cargo fmt -- --check
- name: lint