diff options
author | Pierre Sassoulas <pierre.sassoulas@gmail.com> | 2021-04-30 21:03:07 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-30 21:03:07 +0200 |
commit | 25ab48a3476ecba9116f34245111c777e2c6d071 (patch) | |
tree | 35c3c2e4b2e5e1d5444ce3bea13b9fcea4f7895e /.github | |
parent | 822b99e1260417c3141fa947e65237e40d1bfa8b (diff) | |
download | pylint-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.yaml | 2 |
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 |