Skip to content

chetanfaris/intellij-inspections

 
 

Repository files navigation

Run IntelliJ IDEA Inspections

This GitHub Action runs a set of IntelliJ IDEA Inspections against a PR, and comments on all violations.

Inputs

gh_token

The GitHub token used to authenticate with GitHub.

Required

inspections_file

Path to inspections file relative to root of project directory.

Required

Example Usage

- name: Run IntelliJ Inspections
  uses: gps/intellij-inspections@master
  with:
    GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
    INSPECTIONS_FILE: Inspections.xml

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 91.8%
  • Shell 4.1%
  • Dockerfile 4.1%