Incorporate ARM team feedback into v2024-08-12-preview API version #11128
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 |