Skip to content

DimensionDev/setup-editorconfig-action

Repository files navigation

Setup EditorConfig Action

Unofficial EditorConfig Checker GitHub Action

Usage

Pre-requisites

Create a workflow .yml file in your repositories .github/workflows directory. An example workflow is available below. For more information, reference the GitHub Help Documentation for Creating a workflow file.

Inputs

Field Description
version Version (default: latest)

Example workflow

name: EditorConfig Checker

on:
  pull_request:
    branches:
      - main

jobs:
  editorconfig:
    runs-on: ubuntu-20.04
    steps:
      - uses: actions/checkout@v2
      - uses: DimensionDev/setup-editorconfig-action@latest
      - run: editorconfig-checker

License

MIT LICENSE

About

EditorConfig Checker Action

Resources

License

Stars

Watchers

Forks

Contributors