We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23d9ba6 commit 5981bffCopy full SHA for 5981bff
.github/workflows/validations.yaml
@@ -24,6 +24,6 @@ jobs:
24
run: apk add --no-cache taplo
25
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 #v5.0.0
26
- name: Run schema validation
27
- run: taplo validate --schema file:${PWD}/schema/0.1.0.schema.json data/**/ANCHORE-*.toml
+ run: taplo validate --schema file:${PWD}/schema/0.1.0.schema.json
28
- name: Run format validation
29
run: taplo format --check
.taplo.toml
@@ -1,5 +1,9 @@
1
+include = [
2
+ "data/**/*.toml"
3
+]
4
+
5
[formatting]
6
align_comments = false
7
align_entries = false
8
indent_tables = true
-indent_entries = false
9
+indent_entries = false
0 commit comments