Skip to content

ci: fix doc version detection #230

ci: fix doc version detection

ci: fix doc version detection #230

Workflow file for this run

name: lint
on:
pull_request:
push:
branches:
- main
jobs:
lint:
name: lint editorconfig
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: editorconfig
run: |
docker run --rm --volume=$PWD:/check mstruebing/editorconfig-checker ec --exclude ".git|\.meta$|\.anim$|\.dds$|\.controller$|\.asset$|\.unity$|\.asmdef$|ProjectSettings"