Typo :p
Some checks are pending
/ build (push) Waiting to run

This commit is contained in:
xqtc161 2024-07-12 02:09:10 +02:00
parent 1f977d5913
commit 6bdde04e36

View file

@ -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