Skip to content

add url to app dir projects images schema #1

add url to app dir projects images schema

add url to app dir projects images schema #1

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]