Skip to content

Fix demo issues by updating Go to 1.23 and removing an unsupported OpenVPN client directive. #187

Fix demo issues by updating Go to 1.23 and removing an unsupported OpenVPN client directive.

Fix demo issues by updating Go to 1.23 and removing an unsupported OpenVPN client directive. #187

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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- 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