Skip to content

Remove pipeline chaining from our E2E pipeline #10179

Remove pipeline chaining from our E2E pipeline

Remove pipeline chaining from our E2E pipeline #10179

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@v4
- name: yamllint
uses: oxsecurity/megalinter/flavors/ci_light@v8