chore: Update validation workflow configuration

This commit is contained in:
2024-06-18 22:34:51 +07:00
parent cdf1b27a80
commit 9f4806ccdb

View File

@@ -4,7 +4,6 @@ on: [push, pull_request, workflow_dispatch]
permissions: permissions:
contents: read contents: read
pull-requests: write
jobs: jobs:
validate: validate:
@@ -19,5 +18,4 @@ jobs:
id: json-yaml-validate id: json-yaml-validate
uses: GrantBirki/json-yaml-validate@v3 uses: GrantBirki/json-yaml-validate@v3
with: with:
comment: "true" use_gitignore: false
use_gitignore: "false"