Skip to content

chore(ci): update workflow trigger to be scheduled weekly at 6AM Sat #13

chore(ci): update workflow trigger to be scheduled weekly at 6AM Sat

chore(ci): update workflow trigger to be scheduled weekly at 6AM Sat #13

Workflow file for this run

name: validate-yaml
on:
push:
branches:
- main
paths:
- '**/*.yml'
- '**/*.yaml'
permissions:
contents: read
jobs:
validate-yaml:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Validate YAML files
id: validate-yaml
uses: GrantBirki/[email protected]