Skip to content

Merge pull request #28 from jonasbn/dependabot/github_actions/editorc… #58

Merge pull request #28 from jonasbn/dependabot/github_actions/editorc…

Merge pull request #28 from jonasbn/dependabot/github_actions/editorc… #58

Workflow file for this run

name: EditorConfig Action
on: push
jobs:
build:
name: EditorConfig lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: editorconfig-checker/action-editorconfig-checker@v2
name: Testing using editorconfig-checker