Skip to content

Commit

Permalink
fix: Allow trestle to run on 3.12
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Butler <[email protected]>
  • Loading branch information
butler54 committed May 13, 2024
1 parent 041fcd6 commit 44330f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/superlinter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
VALIDATE_KUBERNETES_KUBECONFORM: false
VALIDATE_YAML: false
VALIDATE_ANSIBLE: false
FILTER_REGEX_EXCLUDE: "README.md"
FILTER_REGEX_EXCLUDE: "^README\\.md"
# VALIDATE_DOCKERFILE_HADOLINT: false
# VALIDATE_MARKDOWN: false
# VALIDATE_NATURAL_LANGUAGE: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/validate-documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: 3.x
- run: pip install compliance-trestle
- run: pip install compliance-trestle setuptools # Currently trestle conflicts with other libraries, setuptools required for 3.12 and above
- name: validate ADRs with trestle
working-directory: docs
run: trestle author docs validate -tn ADR -hv

0 comments on commit 44330f5

Please sign in to comment.