ARO-12200 include expected values for MIWI arguments in az aro create usage #11282
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
--- | |
# MegaLinter GitHub Action configuration file | |
# More info at https://oxsecurity.github.io/megalinter | |
name: mega-linter-yaml | |
on: | |
pull_request: | |
permissions: | |
contents: read | |
jobs: | |
build: | |
name: mega-linter-yaml | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout repository | |
uses: actions/checkout@v4 | |
- name: yamllint | |
uses: oxsecurity/megalinter/flavors/ci_light@v8 |