Skip to content

Tutorial Ch 4: Multiple mechanisms in the same host application #11

Tutorial Ch 4: Multiple mechanisms in the same host application

Tutorial Ch 4: Multiple mechanisms in the same host application #11

Workflow file for this run

name: codespell
on:
push:
branches:
- main
pull_request:
workflow_dispatch:
jobs:
codespell:
name: Run codespell
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
with:
submodules: recursive
- uses: codespell-project/actions-codespell@v2
with:
check_hidden: true
check_filenames: true
skip: "*.pdf,*.ipynb"
ignore_words_list: "inout,pres,aer,bui"