Skip to content

Commit 9ba7fae

Browse files
committed
Update verify-data.yml
1 parent 797e5ce commit 9ba7fae

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/verify-data.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
1-
name: 'Verify data'
1+
name: "Verify data"
22

33
on:
44
push:
5-
branches: [ "main" ]
5+
branches: ["main"]
66
pull_request:
7-
branches: [ "main" ]
7+
branches: ["main"]
88

99
jobs:
10-
yamllint:
11-
name: 'YAML lint'
10+
yamllint:
11+
name: "YAML lint"
1212
runs-on: ubuntu-latest
1313
steps:
14-
- name: 'Checkout'
14+
- name: "Checkout"
1515
uses: actions/checkout@v4
16-
17-
- name: 'YAML lint'
16+
17+
- name: "YAML lint"
1818
uses: karancode/yamllint-github-action@master
1919
with:
20-
yamllint_file_or_dir: 'data'
20+
yamllint_file_or_dir: "."
2121
yamllint_strict: false
2222
yamllint_comment: false

0 commit comments

Comments
 (0)