Skip to content

parallel execution for _all_ targets #317

parallel execution for _all_ targets

parallel execution for _all_ targets #317

name: Misspellings checks

Check warning on line 1 in .github/workflows/misspellings_checks.yml

View workflow run for this annotation

GitHub Actions / Misspellings checks

Workflow execution policy warning (evaluate mode)

Actor is not allowed to trigger Actions workflows.
# This workflow performs some misspelling checks on the repository
on:
workflow_dispatch:
push:
branches:
- main
pull_request:
jobs:
misspell:
name: Check misspellings
runs-on: ubuntu-latest
steps:
- name: Clone
uses: actions/checkout@v4
- name: Check misspellings
uses: codespell-project/actions-codespell@v2
with:
builtin: clear,rare
check_filenames: true
skip: package-lock.json, resources/instructions/RUST.instructions.md