Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 0 additions & 31 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ jobs:
- rustfmt
- clippy
- book_examples
- examples
- autocorrect

tests:
Expand Down Expand Up @@ -78,9 +77,6 @@ jobs:
components: rustfmt
- name: Check format
run: cargo +${{ matrix.rust }} fmt --all -- --check
- name: Check examples format
working-directory: ./examples
run: cargo +${{ matrix.rust }} fmt --all -- --check

clippy:
name: Run clippy - Rust (${{ matrix.rust }}) on ${{ matrix.os }}
Expand Down Expand Up @@ -129,33 +125,6 @@ jobs:
- name: Clean
run: cargo clean

examples:
name: Build examples - Rust (${{ matrix.rust }}) on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
include:
- { rust: stable, os: ubuntu-22.04 }
steps:
- name: Checkout
uses: actions/checkout@v5
with:
submodules: true
- uses: dtolnay/rust-toolchain@stable
with:
toolchain: ${{ matrix.rust }}
components: clippy, rustfmt
- name: Check examples with clippy
run: cargo clippy --all
working-directory: ./examples
- name: Build examples
run: cargo build --workspace --verbose
working-directory: ./examples
- name: Clean examples
run: cargo clean
working-directory: ./examples

autocorrect:
name: AutoCorrect Lint
runs-on: ubuntu-latest
Expand Down
3 changes: 0 additions & 3 deletions .gitmodules

This file was deleted.

1 change: 0 additions & 1 deletion examples
Submodule examples deleted from 0d7c54