parent
1f977d5913
commit
6bdde04e36
|
@ -25,7 +25,7 @@ jobs:
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
||||||
clippy:
|
clippy:
|
||||||
runso-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- id: checkout
|
- id: checkout
|
||||||
name: checkout
|
name: checkout
|
||||||
|
@ -39,7 +39,7 @@ jobs:
|
||||||
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
|
||||||
|
|
Loading…
Reference in a new issue