Add lint/test to CI for main (codecov) (2)

This commit is contained in:
Luke Tainton 2022-06-25 22:38:31 +01:00
parent e0248f83ff
commit 8b25be3889
No known key found for this signature in database
GPG Key ID: ABEE10849773E353

View File

@ -12,7 +12,6 @@ on:
jobs: jobs:
lint: lint:
name: Lint
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Check out repository code - name: Check out repository code
@ -27,7 +26,6 @@ jobs:
run: pylint --recursive=yes . run: pylint --recursive=yes .
test: test:
name: Run unit tests
runs-on: ubuntu-latest runs-on: ubuntu-latest
strategy: strategy:
matrix: matrix: