Skip to content

feat(code): Add Makefile to fix lints and test in local #2265

feat(code): Add Makefile to fix lints and test in local

feat(code): Add Makefile to fix lints and test in local #2265

Workflow file for this run

name: Spelling
on:
merge_group:
pull_request:
push:
branches: main
# Cancel previous runs of this workflow when a new commit is added to the PR, branch or tag
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
codespell:
name: Check spelling
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: crate-ci/typos@master