Rename CI check stage to just 'check'

This commit is contained in:
Ethan Paul 2023-04-13 14:05:31 -04:00
parent 750d3c07b6
commit d5899d61c7
1 changed files with 0 additions and 1 deletions

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