Skip to content

Implement Health checks #132

Implement Health checks

Implement Health checks #132

Workflow file for this run

name: YAML Lint
on: pull_request
jobs:
yamllint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run yamllint
uses: reviewdog/action-yamllint@v1