We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec54c4f commit 0ecb53fCopy full SHA for 0ecb53f
1 file changed
.github/workflows/ci.yml
@@ -13,22 +13,6 @@ env:
13
RUST_BACKTRACE: 1
14
15
jobs:
16
- lint:
17
- name: Lint
18
- runs-on: ubuntu-latest
19
- steps:
20
- - uses: actions/checkout@v4
21
- - uses: dtolnay/rust-toolchain@stable
22
- with:
23
- components: rustfmt, clippy
24
- - uses: Swatinem/rust-cache@v2
25
- - name: Install libclang
26
- run: sudo apt-get update -qq && sudo apt-get install -y libclang-dev
27
- - name: Check formatting
28
- run: cargo fmt --all -- --check
29
- - name: Clippy
30
- run: cargo clippy --all-targets -- -D warnings
31
-
32
test:
33
name: Test
34
runs-on: ubuntu-latest
0 commit comments