Skip to content

Merge pull request #75 from TypedDevs/add-editor-config-lint #9

Merge pull request #75 from TypedDevs/add-editor-config-lint

Merge pull request #75 from TypedDevs/add-editor-config-lint #9

Workflow file for this run

on:
pull_request:
push:
branches:
- main
name: Editorconfig Linter
jobs:
tests:
name: "Run Lint on ${{ matrix.os }}"
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ 'ubuntu-latest' ]
steps:
- uses: actions/checkout@v3
- uses: editorconfig-checker/action-editorconfig-checker@main
- run: editorconfig-checker