Skip to content

test

test #2

Workflow file for this run

name: build
on:
push:
branches:
- main
- release**
pull_request:
jobs:
codespell:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: codespell-project/actions-codespell@master
with:
ignore_words_file: .codespellignore
skip: .*bootstrap.*,*.js,.*bootstrap-theme.css.map