update workflow environment

This commit is contained in:
yggverse 2025-08-16 16:36:53 +03:00
parent c331e15fa2
commit 796b5bf4e8

View file

@ -17,6 +17,8 @@ jobs:
steps:
- uses: actions/checkout@v4
- run: rustup update
- run: cargo update
- name: Run rustfmt
run: cargo fmt --all -- --check
- name: Run clippy