Skip to content

Bump peter-evans/create-pull-request from 7 to 8 #59

Bump peter-evans/create-pull-request from 7 to 8

Bump peter-evans/create-pull-request from 7 to 8 #59

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