File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments