No wonder this shit didn't work
This commit is contained in:
parent
8e43b78843
commit
6aa73f802f
|
@ -23,26 +23,25 @@ jobs:
|
|||
run: |
|
||||
cargo test --lib
|
||||
shell: bash
|
||||
|
||||
clippy:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- id: checkout
|
||||
name: checkout
|
||||
uses: actions/checkout@v4
|
||||
- id: setup-rust
|
||||
name: setup rust
|
||||
uses: https://github.com/ningenMe/setup-rustup@v1.1.0
|
||||
with:
|
||||
rust-version: nightly
|
||||
- id: cargo-clippy
|
||||
name: cargo clippy
|
||||
run: |
|
||||
cargo clippy --fix --lib -p glsl-lexer
|
||||
shell: bash
|
||||
- id: commit
|
||||
name: commit
|
||||
uses: https://github.com/EndBug/add-and-commit@v9
|
||||
with:
|
||||
author_name: "[Clippy]"
|
||||
clippy:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- id: checkout
|
||||
name: checkout
|
||||
uses: actions/checkout@v4
|
||||
- id: setup-rust
|
||||
name: setup rust
|
||||
uses: https://github.com/ningenMe/setup-rustup@v1.1.0
|
||||
with:
|
||||
rust-version: nightly
|
||||
- id: cargo-clippy
|
||||
name: cargo clippy
|
||||
run: |
|
||||
cargo clippy --fix --lib -p glsl-lexer
|
||||
shell: bash
|
||||
- id: commit
|
||||
name: commit
|
||||
uses: https://github.com/EndBug/add-and-commit@v9
|
||||
with:
|
||||
author_name: "[Clippy]"
|
||||
|
||||
|
|
Loading…
Reference in a new issue