Skip to content

build, package, and upload the artifacts for both macOS and Ubuntu to… #78

build, package, and upload the artifacts for both macOS and Ubuntu to…

build, package, and upload the artifacts for both macOS and Ubuntu to… #78

Workflow file for this run

name: Validate-YAMLs
on:
push:
branches: [main, develop]
jobs:
validate-yaml:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Validate YAML file
run:
yamllint -c ${{ github.workspace }}/.github/workflows/yamlint.conf ${{ github.workspace }}/.github/workflows/*.yml