Skip to content

Update Makefile

Update Makefile #9

Workflow file for this run

name: Spell checking
# Trigger on pull requests, and pushes to master branch.
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
codespell:
name: Check for spelling errors
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- uses: codespell-project/actions-codespell@406322ec52dd7b488e48c1c4b82e2a8b3a1bf630
with:
check_filenames: true
# When using this Action in other repos, the --skip option below can be removed
skip: ./.git,./CODE_OF_CONDUCT.md,go.mod,go.sum,go.work,go.work.sum,./internal/ui/assets/i18n