We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 797e5ce commit 9ba7faeCopy full SHA for 9ba7fae
1 file changed
.github/workflows/verify-data.yml
@@ -1,22 +1,22 @@
1
-name: 'Verify data'
+name: "Verify data"
2
3
on:
4
push:
5
- branches: [ "main" ]
+ branches: ["main"]
6
pull_request:
7
8
9
jobs:
10
- yamllint:
11
- name: 'YAML lint'
+ yamllint:
+ name: "YAML lint"
12
runs-on: ubuntu-latest
13
steps:
14
- - name: 'Checkout'
+ - name: "Checkout"
15
uses: actions/checkout@v4
16
-
17
- - name: 'YAML lint'
+
+ - name: "YAML lint"
18
uses: karancode/yamllint-github-action@master
19
with:
20
- yamllint_file_or_dir: 'data'
+ yamllint_file_or_dir: "."
21
yamllint_strict: false
22
yamllint_comment: false
0 commit comments