Skip to content

Bump @types/node from 22.5.1 to 22.5.2 in the npm-dependencies group #422

Bump @types/node from 22.5.1 to 22.5.2 in the npm-dependencies group

Bump @types/node from 22.5.1 to 22.5.2 in the npm-dependencies group #422

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@3a3d883daf915618a7503a2e9c04b8e57130a4b8 # [email protected]
with:
comment: "true" # enable comment mode
yaml_schema: "__tests__/schemas/action.schema.yml"
exclude_file: ".github/config/exclude.txt"