Skip to content

Revert "chore: move linters to all_test.go (#25)" #49

Revert "chore: move linters to all_test.go (#25)"

Revert "chore: move linters to all_test.go (#25)" #49

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
spell:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- run: |
rustup component list
cargo install typos-cli --version 1.26.8
- run:
typos