Skip to content

remove app dir api version from readme (#2) #4

remove app dir api version from readme (#2)

remove app dir api version from readme (#2) #4

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/[email protected]