Skip to content

update app dir docs, add enums, add status query #6

update app dir docs, add enums, add status query

update app dir docs, add enums, add status query #6

Workflow file for this run

name: validate-yaml
on:
push:
branches:
- main
- develop
pull_request:
branches:
- main
- develop
types:
- opened
- synchronize
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
validate-yaml:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: json-yaml-validate
uses: GrantBirki/json-yaml-validate@v3.2.1