diff options
author | FxQnLr <[email protected]> | 2023-11-06 11:09:34 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2023-11-06 11:09:34 +0100 |
commit | 1cd2a8e4aecfaad2a8385a6bea61580209b86398 (patch) | |
tree | c357bcaca0681caf9a6742c857bb494dc4315900 /.github/workflows/push.yml | |
parent | d9d7b125e4fcaa3aedd7b57a69e6880e012ccf33 (diff) | |
parent | 32561060a8dc6fc6118498da06bdd8f5b4c3f0fd (diff) | |
download | webol-1cd2a8e4aecfaad2a8385a6bea61580209b86398.tar webol-1cd2a8e4aecfaad2a8385a6bea61580209b86398.tar.gz webol-1cd2a8e4aecfaad2a8385a6bea61580209b86398.zip |
Merge pull request #6 from FxQnLr/ping
Ping
Diffstat (limited to '.github/workflows/push.yml')
-rw-r--r-- | .github/workflows/push.yml | 18 |
1 files changed, 2 insertions, 16 deletions
diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 93b6edb..d41941b 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml | |||
@@ -19,23 +19,9 @@ jobs: | |||
19 | uses: mozilla-actions/[email protected] | 19 | uses: mozilla-actions/[email protected] |
20 | 20 | ||
21 | - uses: actions/checkout@v4 | 21 | - uses: actions/checkout@v4 |
22 | - uses: actions-rs/toolchain@v1 | ||
23 | with: | ||
24 | toolchain: stable | ||
25 | components: rustfmt, clippy | ||
26 | override: true | ||
27 | 22 | ||
28 | - name: Run cargo check | 23 | - run: cargo check --release |
29 | uses: actions-rs/cargo@v1 | 24 | - run: cargo clippy --release |
30 | with: | ||
31 | command: check | ||
32 | args: --release | ||
33 | |||
34 | - name: Run Clippy | ||
35 | uses: actions-rs/cargo@v1 | ||
36 | with: | ||
37 | command: clippy | ||
38 | args: --release | ||
39 | 25 | ||
40 | build: | 26 | build: |
41 | runs-on: ubuntu-latest | 27 | runs-on: ubuntu-latest |