Skip to content

Commit

Permalink
ci: add xterm to colorise output
Browse files Browse the repository at this point in the history
  • Loading branch information
bonjourmauko committed Oct 23, 2024
1 parent 037858e commit 14b6f50
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,11 @@ jobs:
- name: Force correct branch on workflow sha
run: git checkout -B ${{ github.ref_name }} ${{ github.sha }}

- name: Build the library
env:
TERM: xterm-256color

Check warning on line 82 in .github/workflows/default.yaml

View workflow job for this annotation

GitHub Actions / lint

82:13 [indentation] wrong indentation: expected 10 but found 12
run: ./build.sh

- name: Semantic Version Tagging
uses: python-semantic-release/[email protected]
with:
Expand Down
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,5 @@ shfmt-py = "^3.7.0.1"
yamllint = "^1.35.1"

[tool.semantic_release]
build_command = "./build.sh"
tag_format = "{version}"
version_toml = [ "pyproject.toml:tool.poetry.version" ]

0 comments on commit 14b6f50

Please sign in to comment.