1
0
Fork 0
mirror of https://github.com/Orama-Interactive/Pixelorama.git synced 2025-01-18 09:09:47 +00:00
Pixelorama/.github/workflows/static-checks.yml

33 lines
836 B
YAML
Raw Permalink Normal View History

name: Static Checks 📊
on:
push:
branches-ignore:
- gh-pages
- l10n_master
pull_request:
paths:
2021-11-25 16:56:19 +00:00
- "addons/**"
- "src/**"
concurrency:
group: ci-${{github.actor}}-${{github.head_ref || github.run_number}}-${{github.ref}}-static
cancel-in-progress: true
jobs:
static-checks:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
2024-10-12 23:06:24 +00:00
- uses: Scony/godot-gdscript-toolkit@master
- name: Formatting checks
run: gdformat --diff .
- name: Linting checks
run: gdlint .
- name: Spell checks via codespell
2023-10-05 14:45:58 +00:00
uses: codespell-project/actions-codespell@v2
with:
skip: ./addons,*.po
2023-10-15 23:09:13 +00:00
exclude_file: src/UI/Dialogs/AboutDialog.gd
2024-05-24 21:41:57 +00:00
ignore_words_list: chello,doubleclick,Manuel, SectionIn