uptime-kuma/.github/workflows/json-yaml-validate.yml

27 lines
610 B
YAML
Raw Normal View History

2023-03-26 21:34:25 +00:00
name: json-yaml-validate
on:
push:
branches:
2023-03-26 21:35:00 +00:00
- master
2023-03-26 21:34:25 +00:00
pull_request:
2023-03-26 21:35:00 +00:00
branches:
- master
2023-03-26 21:34:25 +00:00
workflow_dispatch:
permissions:
contents: read
pull-requests: write # enable write permissions for pull request comments
jobs:
json-yaml-validate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: json-yaml-validate
id: json-yaml-validate
2023-03-30 10:46:28 +00:00
uses: GrantBirki/json-yaml-validate@v1.3.0
2023-03-26 21:34:25 +00:00
with:
comment: "true" # enable comment mode
2023-03-30 10:46:28 +00:00
exclude_file: ".github/config/exclude.txt" # gitignore style file for exclusions