No wonder this shit didn't work
Some checks failed
/ build (push) Failing after 1m45s
/ clippy (push) Successful in 1m45s

This commit is contained in:
xqtc161 2024-07-12 09:16:38 +02:00
parent 8e43b78843
commit 6aa73f802f

View file

@ -23,26 +23,25 @@ jobs:
run: | run: |
cargo test --lib cargo test --lib
shell: bash shell: bash
clippy:
clippy: runs-on: ubuntu-latest
runs-on: ubuntu-latest steps:
steps: - id: checkout
- id: checkout name: checkout
name: checkout uses: actions/checkout@v4
uses: actions/checkout@v4 - id: setup-rust
- id: setup-rust name: setup rust
name: setup rust uses: https://github.com/ningenMe/setup-rustup@v1.1.0
uses: https://github.com/ningenMe/setup-rustup@v1.1.0 with:
with: rust-version: nightly
rust-version: nightly - id: cargo-clippy
- id: cargo-clippy name: cargo clippy
name: cargo clippy run: |
run: | cargo clippy --fix --lib -p glsl-lexer
cargo clippy --fix --lib -p glsl-lexer shell: bash
shell: bash - id: commit
- id: commit name: commit
name: commit uses: https://github.com/EndBug/add-and-commit@v9
uses: https://github.com/EndBug/add-and-commit@v9 with:
with: author_name: "[Clippy]"
author_name: "[Clippy]"