Skip to content

Commit 01a672c

Browse files
committed
chore: remove linting build action (for now)
1 parent 1b892ac commit 01a672c

1 file changed

Lines changed: 16 additions & 16 deletions

File tree

.github/workflows/build.yml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -45,23 +45,23 @@ jobs:
4545
- name: Run tests
4646
run: cargo test --workspace
4747

48-
lint:
49-
runs-on: ubuntu-latest
50-
steps:
51-
- uses: actions/checkout@v4
48+
# lint:
49+
# runs-on: ubuntu-latest
50+
# steps:
51+
# - uses: actions/checkout@v4
5252

53-
- name: Install Linux dependencies
54-
run: |
55-
sudo apt-get update
56-
sudo apt-get install -y libxcb-render0-dev libxcb-shape0-dev libxcb-xfixes0-dev libxkbcommon-dev libssl-dev
53+
# - name: Install Linux dependencies
54+
# run: |
55+
# sudo apt-get update
56+
# sudo apt-get install -y libxcb-render0-dev libxcb-shape0-dev libxcb-xfixes0-dev libxkbcommon-dev libssl-dev
5757

58-
- name: Setup Rust toolchain
59-
uses: dtolnay/rust-toolchain@stable
60-
with:
61-
components: rustfmt, clippy
58+
# - name: Setup Rust toolchain
59+
# uses: dtolnay/rust-toolchain@stable
60+
# with:
61+
# components: rustfmt, clippy
6262

63-
- name: Check formatting
64-
run: cargo fmt --all -- --check
63+
# - name: Check formatting
64+
# run: cargo fmt --all -- --check
6565

66-
- name: Clippy
67-
run: cargo clippy --workspace -- -D warnings
66+
# - name: Clippy
67+
# run: cargo clippy --workspace -- -D warnings

0 commit comments

Comments
 (0)