Skip to content

editorconfig-checker-action

Actions
Using editorconfig-checker/editorconfig-checker to verify your files
v2
Latest
Star (28)

Setup EditorConfig Action

This action uses editorconfig-checker to validate files.

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@v4
      - uses: editorconfig-checker/action-editorconfig-checker@main
      - run: editorconfig-checker

License

MIT LICENSE

editorconfig-checker-action is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Using editorconfig-checker/editorconfig-checker to verify your files
v2
Latest

editorconfig-checker-action is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.