Skip to content

Bump undici from 5.28.5 to 5.29.0 in the npm_and_yarn group #194

Bump undici from 5.28.5 to 5.29.0 in the npm_and_yarn group

Bump undici from 5.28.5 to 5.29.0 in the npm_and_yarn group #194

name: actions-config-validation
on:
push:
branches:
- main
pull_request:
workflow_dispatch:
permissions:
contents: read
pull-requests: write # enable write permissions for pull request comments
jobs:
actions-config-validation:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: actions-config-validation
uses: GrantBirki/json-yaml-validate@947ae8ac60c83cf78e4e00b3170ff8bee61f5248 # pin@v3.3.0
with:
comment: "true" # enable comment mode
yaml_schema: "__tests__/schemas/action.schema.yml"
exclude_file: ".github/config/exclude.txt"