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

28 lines
624 B
YAML
Raw Normal View History

name: json-yaml-validate
2023-03-26 21:34:25 +00:00
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
- 1.23.X
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@v4
2023-03-26 21:34:25 +00:00
- name: json-yaml-validate
id: json-yaml-validate
uses: GrantBirki/json-yaml-validate@v2.4.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