diff options
| author | Franck Cuny <franck@fcuny.net> | 2024-04-16 19:56:31 -0700 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2024-04-16 19:56:31 -0700 |
| commit | 12c6e2a122442acb9e3da09a87dd1544c000ee2e (patch) | |
| tree | d350319d589943f789191283de6a9daa13b28bd1 /src/x509-info | |
| parent | Merge pull request #2 from fcuny/dependabot/cargo/rustls-0.21.10 (diff) | |
| download | x-12c6e2a122442acb9e3da09a87dd1544c000ee2e.tar.gz | |
clippy should fail on warnings
Diffstat (limited to 'src/x509-info')
| -rw-r--r-- | src/x509-info/.github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/x509-info/.github/workflows/ci.yml b/src/x509-info/.github/workflows/ci.yml index 271b774..ba21a0a 100644 --- a/src/x509-info/.github/workflows/ci.yml +++ b/src/x509-info/.github/workflows/ci.yml @@ -36,7 +36,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Check clippy - run: cargo clippy + run: cargo clippy -- -Dwarnings fmt: name: Rustfmt |
