XhmikosR d28a5e7019 Streamline actions, format and switch to Node.js 22
Signed-off-by: XhmikosR <xhmikosr@gmail.com>
2025-03-30 11:13:02 +03:00

25 lines
569 B
YAML

name: Codespell
on:
push:
branches:
- "**"
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
jobs:
spell-check:
if: github.event.pull_request.draft == false
runs-on: ubuntu-latest
steps:
- name: Clone repository
uses: actions/checkout@v4.2.2
with:
persist-credentials: false
- name: Spell-Checking
uses: codespell-project/actions-codespell@master
with:
ignore_words_file: .codespellignore
skip: ./vendor,./package.json,./package-lock.json