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: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- run: rustup update
- run: cargo update
- name: Run rustfmt - name: Run rustfmt
run: cargo fmt --all -- --check run: cargo fmt --all -- --check
- name: Run clippy - name: Run clippy