parent
1f977d5913
commit
6bdde04e36
|
@ -25,7 +25,7 @@ jobs:
|
|||
shell: bash
|
||||
|
||||
clippy:
|
||||
runso-on: ubuntu-latest
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- id: checkout
|
||||
name: checkout
|
||||
|
@ -39,7 +39,7 @@ jobs:
|
|||
name: cargo clippy
|
||||
run: |
|
||||
cargo clippy --fix --lib -p glsl-lexer
|
||||
shell: bash
|
||||
shell: bash
|
||||
- id: commit
|
||||
name: commit
|
||||
uses: https://github.com/EndBug/add-and-commit@v9
|
||||
|
|
Loading…
Reference in a new issue