Skip to content

Commit 5981bff

Browse files
committed
ci: improve validation workflow
Signed-off-by: Weston Steimel <[email protected]>
1 parent 23d9ba6 commit 5981bff

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/workflows/validations.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ jobs:
2424
run: apk add --no-cache taplo
2525
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 #v5.0.0
2626
- name: Run schema validation
27-
run: taplo validate --schema file:${PWD}/schema/0.1.0.schema.json data/**/ANCHORE-*.toml
27+
run: taplo validate --schema file:${PWD}/schema/0.1.0.schema.json
2828
- name: Run format validation
2929
run: taplo format --check

.taplo.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
1+
include = [
2+
"data/**/*.toml"
3+
]
4+
15
[formatting]
26
align_comments = false
37
align_entries = false
48
indent_tables = true
5-
indent_entries = false
9+
indent_entries = false

0 commit comments

Comments
 (0)