Skip to content

Bump editorconfig-checker/action-editorconfig-checker #300

Bump editorconfig-checker/action-editorconfig-checker

Bump editorconfig-checker/action-editorconfig-checker #300

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: Check formatting
uses: editorconfig-checker/action-editorconfig-checker@v2.0.0