Template API version updates. App Service SSL conditionality on custo… #51
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 GitHub Actions Workflows | |
on: | |
workflow_dispatch: | |
push: | |
branches: | |
- 'feature/*' | |
pull_request: | |
branches: | |
- main | |
- 'release/*' | |
jobs: | |
lint_workflows: | |
name: Lint Workflows | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout repository | |
uses: actions/checkout@v3 | |
- name: Run Action Linting | |
uses: cfy9/action-linting@main | |
with: | |
additional_arguments: "-color" |