Feat: Discover unused RoleBindings #7
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Validate Exception JSONs | |
on: | |
pull_request: | |
branches: | |
- main | |
paths: | |
- "pkg/kor/exceptions/**" | |
jobs: | |
sort_json: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout Repository | |
uses: actions/checkout@v3 | |
- name: Validate Exception JSON Sorting | |
run: make validate-exception-sorting | |
- name: Validate Exception Deduplication | |
run: make validate-exception-duplications |