From a3ae253bf120ed3a816604c014377272eddf9442 Mon Sep 17 00:00:00 2001 From: asonix Date: Tue, 6 Feb 2024 21:53:35 -0600 Subject: [PATCH] ls it --- .forgejo/workflows/check.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.forgejo/workflows/check.yaml b/.forgejo/workflows/check.yaml index 55685576..d4ad1f24 100644 --- a/.forgejo/workflows/check.yaml +++ b/.forgejo/workflows/check.yaml @@ -10,10 +10,8 @@ jobs: container: image: docker.io/node:20-bookworm steps: - - run: env - uses: actions/checkout@v4 - with: - url: https://git.asonix.dog + - run: ls clippy: needs: [checkout] @@ -22,7 +20,7 @@ jobs: image: docker.io/asonix/rust-builder:latest-linux-amd64 steps: - run: | - env + ls rustup component add clippy cargo clippy --no-default-features -- -D warnings cargo clippy --no-default-features --features io-uring -- -D warnings