Skip to content

ci: Attempt of fixing #146

ci: Attempt of fixing

ci: Attempt of fixing #146

Workflow file for this run

on:
push:
branches: [master]
pull_request:
name: codespell
jobs:
codespell:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: codespell-project/actions-codespell@master
with:
check_filenames: true
ignore_words_list: "crate,ser,inout"