Skip to content

Commit

Permalink
ci: remove clippy and rust_fmt as done by Trunk
Browse files Browse the repository at this point in the history
  • Loading branch information
zmalatrax committed Nov 5, 2024
1 parent 30a7827 commit 5de1680
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 31 deletions.
24 changes: 0 additions & 24 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,28 +11,6 @@ permissions:
pull-requests: write

jobs:
format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@master
with:
components: rustfmt
toolchain: nightly-2024-01-04
- uses: Swatinem/rust-cache@v2
- run: scripts/rust_fmt.sh --check

clippy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@master
with:
components: clippy
toolchain: nightly-2024-01-04
- uses: Swatinem/rust-cache@v2
- run: scripts/clippy.sh

machete:
runs-on: ubuntu-latest
steps:
Expand Down Expand Up @@ -62,8 +40,6 @@ jobs:
all-tests:
runs-on: ubuntu-latest
needs:
- clippy
- format
- machete
- run-brainfuck-vm-unit-tests
- run-brainfuck-vm-integration-tests
Expand Down
4 changes: 0 additions & 4 deletions scripts/clippy.sh

This file was deleted.

3 changes: 0 additions & 3 deletions scripts/rust_fmt.sh

This file was deleted.

0 comments on commit 5de1680

Please sign in to comment.