Streamline actions, format and switch to Node.js 22

Signed-off-by: XhmikosR <xhmikosr@gmail.com>
This commit is contained in:
XhmikosR
2025-03-30 11:13:02 +03:00
parent 8049d5fdd8
commit d28a5e7019
7 changed files with 57 additions and 48 deletions

View File

@@ -3,7 +3,7 @@ name: Codespell
on:
push:
branches:
- '**'
- "**"
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
@@ -12,11 +12,12 @@ jobs:
if: github.event.pull_request.draft == false
runs-on: ubuntu-latest
steps:
-
name: Checkout repository
- name: Clone repository
uses: actions/checkout@v4.2.2
-
name: Spell-Checking
with:
persist-credentials: false
- name: Spell-Checking
uses: codespell-project/actions-codespell@master
with:
ignore_words_file: .codespellignore