Skip to content

chore: update readme #642

chore: update readme

chore: update readme #642

Workflow file for this run

name: lint
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
editor:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: editorconfig
run: |
docker run --rm --volume=$PWD:/check mstruebing/editorconfig-checker ec --exclude .git