Skip to content

Commit 2e4591d

Browse files
authored
Create validate.yml
1 parent 5ae0552 commit 2e4591d

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

.github/workflows/validate.yml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
name: json-yaml-validate
2+
on:
3+
push:
4+
branches:
5+
- main
6+
pull_request:
7+
workflow_dispatch:
8+
9+
permissions:
10+
contents: read
11+
pull-requests: write
12+
13+
jobs:
14+
json-yaml-validate:
15+
runs-on: ubuntu-latest
16+
steps:
17+
- uses: actions/checkout@v4
18+
19+
- name: json-yaml-validate
20+
id: json-yaml-validate
21+
uses: GrantBirki/[email protected]
22+
with:
23+
comment: "true"

0 commit comments

Comments
 (0)