Skip to content

Check General Formatting #358

Check General Formatting

Check General Formatting #358

name: Check General Formatting
# See: https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows
on:
push:
pull_request:
schedule:
# Run every Tuesday at 8 AM UTC to catch breakage caused by changes to tools.
- cron: "0 8 * * TUE"
workflow_dispatch:
repository_dispatch:
jobs:
check:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Install editorconfig-checker
uses: editorconfig-checker/action-editorconfig-checker@v2
- name: Check formatting
run: editorconfig-checker