Skip to content

chore: bump actions/checkout from 2 to 4 #83

chore: bump actions/checkout from 2 to 4

chore: bump actions/checkout from 2 to 4 #83

Workflow file for this run

name: Run yml validator
on:
pull_request:
types:
- opened
- reopened
- edited
- synchronize
jobs:
yml-validator:
runs-on: ubuntu-latest
timeout-minutes: 1
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v1
with:
node-version: 16
# This validator doesn't accept globs.
- run: npx yaml-validator action.yml .github/action-example.yml