From 2201ebfafe5a4246184d2aca566ca473ab73402f Mon Sep 17 00:00:00 2001 From: FxQnLr <39925636+FxQnLr@users.noreply.github.com> Date: Sat, 21 Oct 2023 22:00:22 +0200 Subject: Update pull_request.yml --- .github/workflows/pull_request.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to '.github/workflows') diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index ed01e9e..d7eaaf3 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -51,9 +51,11 @@ jobs: - name: run cargo check uses: actions-rs/cargo@v1 with: - command: check --release + command: check + args: --release - name: run clippy uses: actions-rs/cargo@v1 with: - command: clippy --release + command: clippy + args: --release -- cgit v1.2.3