Skip to content

Bump actions/deploy-pages from 4 to 5 #1257

Bump actions/deploy-pages from 4 to 5

Bump actions/deploy-pages from 4 to 5 #1257

Workflow file for this run

name: JSON/YAML validation
on:
push:
branches:
- main
pull_request:
workflow_dispatch:
permissions:
contents: read
pull-requests: write
jobs:
json-yaml-validate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: json-yaml-validate
id: json-yaml-validate
uses: GrantBirki/json-yaml-validate@v4.0.0
with:
comment: "true"
json_exclude_regex: "tsconfig\\..*\\.json$"