Skip to content

ci: rename the generator build #52

ci: rename the generator build

ci: rename the generator build #52

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
spell:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: actions/cache@v4
with:
path: |
~/.cargo
key: ${{ github.job }}-${{ runner.os }}-cargo-${{ hashFiles('Cargo.lock') }}
- run: |
rustup component list
cargo install typos-cli --version 1.26.8
- run:
typos