Skip to content

Bump MrOctopus/download-asset-action in /workflow-templates #612

Bump MrOctopus/download-asset-action in /workflow-templates

Bump MrOctopus/download-asset-action in /workflow-templates #612

# 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@v4
- name: Check formatting
uses: editorconfig-checker/action-editorconfig-checker@v1