Verbose step name

This commit is contained in:
Martin Whitehouse 2022-07-22 01:11:31 +02:00
parent f6810865b6
commit 5314b55f96
No known key found for this signature in database
GPG Key ID: 3FCE1D3E9DEC09C1

View File

@ -20,7 +20,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt -r requirements-testing.txt -c constraints-Django32.txt
- name: autopep8
- name: Format style check with 'autopep8'
run: |
pip install autopep8
autopep8 --exit-code --global-config .flake8 helpdesk