Skip to content
Snippets Groups Projects
Commit 920ba4d7fc88 authored by Hugo's avatar Hugo
Browse files

GHA: Force colour output of pre-commit

parent c6307e5d7d77
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,7 @@
- uses: actions/checkout@v2
- name: pip cache
uses: actions/cache@v1
uses: actions/cache@v2
with:
path: ~/.cache/pip
key: lint-pip-${{ hashFiles('**/setup.py') }}
......@@ -46,4 +46,6 @@
- name: Lint
run: tox -e lint
env:
PRE_COMMIT_COLOR: always
......@@ -30,3 +30,4 @@
pre-commit
check-manifest
skip_install = true
passenv = PRE_COMMIT_COLOR
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment