Update .github/workflows/test.yml
Some checks failed
Compile Rust Code on Release / lint&test (push) Failing after 1m35s

This commit is contained in:
semubico 2025-07-11 17:29:04 +02:00
parent d173dfb456
commit b898faa2d5

View file

@ -5,11 +5,11 @@ jobs:
lint&test:
runs-on: ubuntu-latest
container:
image: rust
image: node:alpine
steps:
# nodejs is required for the checkout action
- run: curl -sL https://deb.nodesource.com/setup_20.x | bash - && apt-get install -y nodejs
- uses: actions/checkout@v4
- run: apk add curl gcc rustup cargo rust
- run: rustup component add rustfmt clippy
- run: cargo fmt -- --check
- run: cargo clippy -- -D warnings