~zozs/i-devel

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch
1

[PATCH i] Run clippy as part of linting

Details
Message ID
<20220729203543.23792-1-linus@zozs.se>
DKIM signature
missing
Download raw message
Patch: +5 -0
---
Clippy seems nice, let's try it!

 .builds/rust.yml             | 1 +
 .github/workflows/docker.yml | 2 ++
 .github/workflows/rust.yml   | 2 ++
 3 files changed, 5 insertions(+)

diff --git a/.builds/rust.yml b/.builds/rust.yml
index 8833faa..e173a93 100644
--- a/.builds/rust.yml
+++ b/.builds/rust.yml
@@ -8,6 +8,7 @@ tasks:
- lint: |
    cd i
    cargo fmt -- --check
    cargo clippy -- -D warnings
- build: |
    cd i
    cargo build
diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml
index d1c5e03..ea28af1 100644
--- a/.github/workflows/docker.yml
+++ b/.github/workflows/docker.yml
@@ -22,6 +22,8 @@ jobs:
      run: cargo test --verbose
    - name: Run linter
      run: cargo fmt -- --check
    - name: Run clippy linter
      run: cargo clippy -- -D warnings

  docker:
    runs-on: ubuntu-latest
diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml
index c314b52..b3bfebc 100644
--- a/.github/workflows/rust.yml
+++ b/.github/workflows/rust.yml
@@ -20,3 +20,5 @@ jobs:
      run: cargo test --verbose
    - name: Run linter
      run: cargo fmt -- --check
    - name: Run clippy linter
      run: cargo clippy -- -D warnings
-- 
2.37.1

[i/patches/rust.yml] build success

builds.sr.ht <builds@sr.ht>
Details
Message ID
<CLSFK5K7QL9H.33CPQ4BOOQHOC@cirno>
In-Reply-To
<20220729203543.23792-1-linus@zozs.se> (view parent)
DKIM signature
missing
Download raw message
i/patches/rust.yml: SUCCESS in 6m15s

[Run clippy as part of linting][0] from [Linus Karlsson][1]

[0]: https://lists.sr.ht/~zozs/i-devel/patches/34298
[1]: linus@zozs.se

✓ #812613 SUCCESS i/patches/rust.yml https://builds.sr.ht/~zozs/job/812613
Reply to thread Export thread (mbox)