Skip to content

add a link to the livestream on how to add an app to the catalog (#131) #242

add a link to the livestream on how to add an app to the catalog (#131)

add a link to the livestream on how to add an app to the catalog (#131) #242

Workflow file for this run

---
name: YAML Validation
on: [push, workflow_dispatch]
jobs:
yaml-check:
runs-on: ubuntu-latest
steps:
- name: Checkout this repository
uses: actions/[email protected]
- name: Lint YAML files
uses: karancode/[email protected]
with:
yamllint_config_datapath: .yamllint.yml
yamllint_strict: true
env:
GITHUB_ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}