summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2021-04-30 21:03:07 +0200
committerGitHub <noreply@github.com>2021-04-30 21:03:07 +0200
commit25ab48a3476ecba9116f34245111c777e2c6d071 (patch)
tree35c3c2e4b2e5e1d5444ce3bea13b9fcea4f7895e /.github
parent822b99e1260417c3141fa947e65237e40d1bfa8b (diff)
downloadpylint-git-25ab48a3476ecba9116f34245111c777e2c6d071.tar.gz
Add pre-commit CI in continuous integration (#4423)master
* Add pre-commit CI in continuous integration
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
index c99e60648..ad6970941 100644
--- a/.github/workflows/ci.yaml
+++ b/.github/workflows/ci.yaml
@@ -110,7 +110,7 @@ jobs:
run: |
. venv/bin/activate
pip install -e .
- pre-commit run --all-files
+ pre-commit run pylint --all-files
spelling:
name: Run spelling checks