summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFxQnLr <[email protected]>2023-10-21 22:00:22 +0200
committerGitHub <[email protected]>2023-10-21 22:00:22 +0200
commit2201ebfafe5a4246184d2aca566ca473ab73402f (patch)
treef675e9564139585cd733259493bad65fabd9a6c5
parent42c082085cfd7238c7ab87e5bd06b9e52a698a71 (diff)
downloadwebol-2201ebfafe5a4246184d2aca566ca473ab73402f.tar
webol-2201ebfafe5a4246184d2aca566ca473ab73402f.tar.gz
webol-2201ebfafe5a4246184d2aca566ca473ab73402f.zip
Update pull_request.yml
-rw-r--r--.github/workflows/pull_request.yml6
1 files changed, 4 insertions, 2 deletions
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:
51 - name: run cargo check 51 - name: run cargo check
52 uses: actions-rs/cargo@v1 52 uses: actions-rs/cargo@v1
53 with: 53 with:
54 command: check --release 54 command: check
55 args: --release
55 56
56 - name: run clippy 57 - name: run clippy
57 uses: actions-rs/cargo@v1 58 uses: actions-rs/cargo@v1
58 with: 59 with:
59 command: clippy --release 60 command: clippy
61 args: --release