CI: add lints
This commit is contained in:
parent
562b29c8a2
commit
c5b7ea19ce
3 changed files with 14 additions and 5 deletions
8
.github/workflows/lint.yml
vendored
Normal file
8
.github/workflows/lint.yml
vendored
Normal file
|
@ -0,0 +1,8 @@
|
|||
name: Lint
|
||||
on: [push, pull_request]
|
||||
jobs:
|
||||
lint:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: psf/black@stable
|
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
|
@ -1,5 +1,5 @@
|
|||
name: build docker image and run tests inside
|
||||
on: push
|
||||
name: Tests
|
||||
on: [push, pull_request]
|
||||
jobs:
|
||||
tests:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue