| 1 | # actionlint configuration |
| 2 | # See: https://github.com/rhysd/actionlint/blob/main/docs/config.md |
| 3 | |
| 4 | self-hosted-runner: |
| 5 | labels: [] |
| 6 | |
| 7 | # Configuration variables defined in the repository/organization. |
| 8 | # Set to null to disable strict checking. |
| 9 | config-variables: |
| 10 | - RELEASE_APP_ID |
| 11 | |