Skip to content

feat: update catalog #11

feat: update catalog

feat: update catalog #11

Workflow file for this run

---
name: Lint YAML
on: # yamllint disable-line rule:truthy
push:
branches:
- main
pull_request:
branches:
- main
jobs:
lint-yaml:
name: Lint YAML
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v4
- uses: docker://cytopia/yamllint:latest
with:
args: -d .yamllint .