make linting workflow reflect what is done locally (Makefile).

This commit is contained in:
fiatjaf
2020-09-02 23:16:23 -03:00
parent dc3d96c6a8
commit 753e9c5b15
4 changed files with 41 additions and 26 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.6, 3.7, 3.8]
python-version: [3.8]
steps:
- uses: actions/checkout@v2