Skip to content

Commit 68b8204

Browse files
committed
Remove schema:compile task
The schema unit tests already provide this functionality and this task is not used anywhere. It has not worked since the switch to using schema references. Even though it could be changed to work again, it seems to just be clutter in the taskfile.
1 parent b7278c3 commit 68b8204

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

Taskfile.yml

-6
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ tasks:
1414
cmds:
1515
- task: go:test-unit
1616
- task: test-integration
17-
- task: schema:compile
1817

1918
go:generate:
2019
desc: Generate Go code
@@ -38,11 +37,6 @@ tasks:
3837
- poetry install --no-root
3938
- poetry run pytest test
4039

41-
schema:compile:
42-
desc: Compile JSON schema
43-
cmds:
44-
- npx ajv-cli compile -s "./etc/schemas/*.json"
45-
4640
check:
4741
desc: Lint and check formatting of all files
4842
cmds:

0 commit comments

Comments
 (0)