Skip to content

Merge pabi-brain, clean up docs #405

Merge pabi-brain, clean up docs

Merge pabi-brain, clean up docs #405

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/checkout@v4
with:
submodules: recursive
- name: Install stable toolchain
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly
override: true
components: rustfmt, clippy
- name: typos-action
uses: crate-ci/typos@v1.21.0
- uses: taiki-e/install-action@v2
with:
tool: just
- run: just lint