Skip to content

Commit 6fba902

Browse files
committed
Addressed action failures and copilot suggestions
1 parent cd6adc4 commit 6fba902

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/mdformat.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,4 @@ jobs:
2727
cache-dependency-glob: "**/pyproject.toml"
2828

2929
- name: Run mdformat (check only)
30-
run: |
31-
run: uvx mdformat --check --wrap no --number docs/ *.md
30+
run: uvx mdformat --check --wrap no --number docs/ *.md

hed/scripts/schema_script_util.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def _is_prerelease_partner(base_schema) -> bool:
3535
def validate_schema_object(base_schema, schema_name):
3636
"""Validate a schema object by checking non-warning compliance and roundtrip conversion.
3737
38-
Tests the schema for non-warningcompliance issues and validates that it can be successfully
38+
Tests the schema for non-warning compliance issues and validates that it can be successfully
3939
converted to and reloaded from all four formats (MEDIAWIKI, XML, JSON, TSV).
4040
4141
Parameters:

0 commit comments

Comments
 (0)