This repository has been archived on 2024-04-25. You can view files and clone it, but cannot push or open issues or pull requests.
quintolin/.github/workflows/editorconfig_checker.yaml

15 lines
324 B
YAML

name: EditorConfig Check
on:
push:
pull_request:
permissions:
contents: read
jobs:
editorconfig_checker:
name: Execute `editorconfig-checker`
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Execute `php-cs-fixer`
uses: docker://mstruebing/editorconfig-checker:2.7.2