Skip to content

fix: raise error if yaml file is empty or not a valid yaml object #2193

fix: raise error if yaml file is empty or not a valid yaml object

fix: raise error if yaml file is empty or not a valid yaml object #2193

name: "On push to any branch"
on:
push:
branches-ignore:
- 'main'
- 'release/*'
tags-ignore:
- '**'
jobs:
pre-ci:
uses: ./.github/workflows/pre-ci.yml
lib-ci:
uses: ./.github/workflows/lib-ci.yml
examples-ci:
uses: ./.github/workflows/examples-ci.yml
docs-ci:
uses: ./.github/workflows/docs-ci.yml