From 6aa73f802f2ff6afa7a30df6b243fac86c2b8270 Mon Sep 17 00:00:00 2001 From: xqtc161 Date: Fri, 12 Jul 2024 09:16:38 +0200 Subject: [PATCH] No wonder this shit didn't work --- .forgejo/workflows/uwu.yaml | 43 ++++++++++++++++++------------------- 1 file changed, 21 insertions(+), 22 deletions(-) diff --git a/.forgejo/workflows/uwu.yaml b/.forgejo/workflows/uwu.yaml index 7aa22e4..f24bd04 100644 --- a/.forgejo/workflows/uwu.yaml +++ b/.forgejo/workflows/uwu.yaml @@ -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]"