Skip to content

Fix up deployment what-if github action #108

Fix up deployment what-if github action

Fix up deployment what-if github action #108

Workflow file for this run

---
# 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@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
with:
fetch-depth: 1
- name: yamllint
uses: oxsecurity/megalinter/flavors/ci_light@v7