Skip to content

Fix typos

Fix typos #12

Workflow file for this run

name: Lint
on:
push:
branches: [main]
pull_request:
branches: ["**"]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
name: Lint
steps:
- uses: actions/checkout@v3
- name: Lint
run: cargo fmt --check
- name: Clippify
run: cargo clippy -- -D warnings