Skip to content

test: update ci workflows and tests #25

test: update ci workflows and tests

test: update ci workflows and tests #25

name: Misspellings checks
# This workflow performs some misspelling checks on the repository
# It is there to help us maintain a level of quality in our codebase and does not have to be kept on forked
# applications.
on:
workflow_dispatch:
push:
branches:
- main
- develop
pull_request:
branches:
- main
- develop
jobs:
misspell:
name: Check misspellings
runs-on: ubuntu-latest
steps:
- name: Clone
uses: actions/checkout@v4.1.5
- name: Check misspellings
uses: codespell-project/actions-codespell@v2.0
with:
builtin: clear,rare
check_filenames: true