Skip to content

chore: simplification of parser and separation of concerns #98

chore: simplification of parser and separation of concerns

chore: simplification of parser and separation of concerns #98

Workflow file for this run

# https://github.com/codespell-project/actions-codespell
name: codespell
on: [pull_request, push]
permissions:
contents: read
jobs:
codespell:
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@17d0e2bd7d51742c71671bd19fa12bdc9d40a3d6 # v2.8.1
with:
egress-policy: audit
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- uses: codespell-project/actions-codespell@94259cd8be02ad2903ba34a22d9c13de21a74461 # v2.0
with:
ignore_words_list: crate,raison
exclude_file: .gitignore
skip: package-lock.json