Skip to content

fix: Don't include subsection headings at end #102

fix: Don't include subsection headings at end

fix: Don't include subsection headings at end #102

Workflow file for this run

name: Lint
on:
push:
pull_request:
branches: ["main"]
workflow_dispatch:
env:
CARGO_TERM_COLOR: always
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install Clippy
run: rustup component add clippy
- name: Lint
run: |
./scripts/lint.sh