This repository has been archived by the owner on Nov 1, 2023. It is now read-only.
HIA-553: π Fix invalid Swagger docs security schemes for endpoints #64
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: Check all (and only) roles in use are documented | |
run-name: | |
on: | |
pull_request: | |
types: [opened, edited, reopened, synchronize] | |
jobs: | |
check-github-repo-name: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout code | |
uses: actions/checkout@v3 | |
- name: Check all roles are documented | |
run: ./check-roles.bash |