summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFederico Caselli <cfederico87@gmail.com>2021-10-26 20:34:54 +0200
committerFederico Caselli <cfederico87@gmail.com>2021-10-26 20:34:54 +0200
commit186b3b9a0a933a05c15194d520e0e7a1a6729442 (patch)
treea449a8bb94a3582674b1ea1d5624039cb2585f10
parentdff7bee0a2ee9d5a41fc2d285f7cf12d1432fd83 (diff)
downloadpython-mimeparse-github-actions.tar.gz
Fix workflowgithub-actions
-rw-r--r--.github/workflows/run-test.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/run-test.yaml b/.github/workflows/run-test.yaml
index a86fd17..7328325 100644
--- a/.github/workflows/run-test.yaml
+++ b/.github/workflows/run-test.yaml
@@ -41,7 +41,7 @@ jobs:
run: |
tox
- run-test:
+ run-lint:
name: lint
runs-on: "ubuntu-latest"
strategy:
@@ -67,6 +67,6 @@ jobs:
pip install --upgrade tox setuptools
pip list
- - name: Run tests
+ - name: Run lint
run: |
tox -e flake8