Skip to content

feat(script): disable GH action runner for all forked repos #23

feat(script): disable GH action runner for all forked repos

feat(script): disable GH action runner for all forked repos #23

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]