Skip to content

Commit 0ecb53f

Browse files
committed
removed linting requirement in CI
1 parent ec54c4f commit 0ecb53f

1 file changed

Lines changed: 0 additions & 16 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -13,22 +13,6 @@ env:
1313
RUST_BACKTRACE: 1
1414

1515
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-
3216
test:
3317
name: Test
3418
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)