Skip to content

Commit

Permalink
GitHub: Add EditorConfig lint check.
Browse files Browse the repository at this point in the history
  • Loading branch information
unknownbrackets committed Apr 30, 2023
1 parent 91be4cf commit 6a5f8a9
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Lint

on:
push:
branches:
- master
# For testing.
- actions
pull_request:
branches:
- master

jobs:
editorconfig:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: zbeekman/EditorConfig-Action@v1.1.0
env:
ALWAYS_LINT_ALL_FILES: true

0 comments on commit 6a5f8a9

Please sign in to comment.