mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-17 11:38:32 +02:00
remove linting step (it's part of test now)
This commit is contained in:
parent
47c868d6df
commit
c84e779ed0
1 changed files with 1 additions and 6 deletions
7
.github/actions/run_tests/action.yaml
vendored
7
.github/actions/run_tests/action.yaml
vendored
|
@ -39,12 +39,7 @@ runs:
|
|||
echo 'DEPS_INSTALLED=true' >> $GITHUB_ENV
|
||||
shell: bash
|
||||
|
||||
- name: Linting
|
||||
if: ${{ env.DEPS_INSTALLED == 'true' }}
|
||||
run: poetry run poe lint
|
||||
shell: bash
|
||||
|
||||
- name: Testing
|
||||
- name: Linting & Testing
|
||||
if: ${{ env.DEPS_INSTALLED == 'true' }}
|
||||
run: poetry run poe test
|
||||
shell: bash
|
||||
|
|
Loading…
Add table
Reference in a new issue