Skip to content

feature(ci): add editorconfig checker #2

feature(ci): add editorconfig checker

feature(ci): add editorconfig checker #2

name: Editor Config Lint
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- run: sudo apt-get install golang
- run: go install github.com/editorconfig-checker/editorconfig-checker/v2/cmd/editorconfig-checker@latest
- run: editorconfig-checker