Skip to content

Fix formating and clippy warnings #123

Fix formating and clippy warnings

Fix formating and clippy warnings #123

Workflow file for this run

name: typos (Linux)
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install typos
run: cargo install typos-cli
- name: Run typos
run: typos --format brief