remove linting step (it's part of test now)

This commit is contained in:
Jonathan Wren 2022-06-25 12:36:54 -07:00
parent 47c868d6df
commit c84e779ed0

View file

@ -39,12 +39,7 @@ runs:
echo 'DEPS_INSTALLED=true' >> $GITHUB_ENV echo 'DEPS_INSTALLED=true' >> $GITHUB_ENV
shell: bash shell: bash
- name: Linting - name: Linting & Testing
if: ${{ env.DEPS_INSTALLED == 'true' }}
run: poetry run poe lint
shell: bash
- name: Testing
if: ${{ env.DEPS_INSTALLED == 'true' }} if: ${{ env.DEPS_INSTALLED == 'true' }}
run: poetry run poe test run: poetry run poe test
shell: bash shell: bash