Skip to content

GitHub action checking disabled linters then comment to pull request.

Notifications You must be signed in to change notification settings

kaganecee/check-disabled-linters

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Check Disabled Linters

GitHub action checking disabled line linters then comment to pull request.

Usage

Add workflow to your project (ex. .github/workflows/action-test.yml):

name: Check Disabled Linters
on:
  pull_request:
env:
  GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
jobs:
  check-disabled-linters:
    name: Check Disabled Linters
    runs-on: ubuntu-latest
    steps:
    - name: Check Disabled Linters
      uses: kaganecee/check-disabled-linters@master

License

MIT.