Rename CI check stage to just 'check'

This commit is contained in:
Ethan Paul 2023-04-13 14:05:31 -04:00
parent 4eacdc6f60
commit fb3b37864c
Signed by: enpaul
GPG Key ID: DAF443CA3A2FA6FA

View File

@ -55,7 +55,6 @@ jobs:
- name: Run Toxenv ${{ matrix.python.toxenv }}
run: poetry run tox -e ${{ matrix.python.toxenv }}
Check:
name: Security, Linting, Formatting, Typing
runs-on: ubuntu-latest
steps:
- name: Checkout