Skip to content

change mirror to repo.betonquest.org #52

change mirror to repo.betonquest.org

change mirror to repo.betonquest.org #52

Workflow file for this run

name: EditorConfig Checker
on: [ push, pull_request ]
jobs:
editorconfig:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Activate lf line ending check in editorconfig
shell: bash --noprofile --norc -euo pipefail {0}
run: |
sed -i "s~\[\*\]~[*]\nend_of_line = lf~g" ./.editorconfig
- uses: editorconfig-checker/action-editorconfig-checker@main
- run: editorconfig-checker