Skip to content

Bump GrantBirki/json-yaml-validate from 3.2.1 to 3.3.0 in the github-actions group #185

Bump GrantBirki/json-yaml-validate from 3.2.1 to 3.3.0 in the github-actions group

Bump GrantBirki/json-yaml-validate from 3.2.1 to 3.3.0 in the github-actions group #185

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"