Skip to content

Merge pull request #74 from per1234/dependabot/npm_and_yarn/eslint-pl… #577

Merge pull request #74 from per1234/dependabot/npm_and_yarn/eslint-pl…

Merge pull request #74 from per1234/dependabot/npm_and_yarn/eslint-pl… #577

# Source: https://github.com/per1234/.github/blob/main/workflow-templates/check-general-formatting.md
name: Check General Formatting
# See: https://docs.github.com/en/actions/reference/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
permissions:
contents: read
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Check formatting
uses: editorconfig-checker/action-editorconfig-checker@v1