Split CI by function #4

Merged
luketainton merged 4 commits from ci into main 2022-06-25 23:43:52 +02:00
Showing only changes of commit 8b25be3889 - Show all commits

View File

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