Skip to content

Add NO-OP worflow for testing of Self Hosted Runners scaling #12

Add NO-OP worflow for testing of Self Hosted Runners scaling

Add NO-OP worflow for testing of Self Hosted Runners scaling #12

Workflow file for this run

name: lint-yaml
on:
push:
branches:
- main
- release-*
paths:
- ".github/**/*.yml"
- ".github/**/*.yaml"
pull_request:
paths:
- ".github/**/*.yml"
- ".github/**/*.yaml"
workflow_dispatch:
jobs:
lint:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Run Prettier on YAML files
run: |
npx prettier --check .github/