]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
Add codespell to pipeline 211/head
authorH <juana.galan@outlook.com>
Wed, 19 Jan 2022 20:56:18 +0000 (20:56 +0000)
committerH <juana.galan@outlook.com>
Wed, 19 Jan 2022 20:57:35 +0000 (20:57 +0000)
.github/workflows/lint.yml

index 99b4f7f98158c9e95dccb5ce9f108e00e9673710..b9a50aaefee01c3432429557f57fda2db8e345e1 100644 (file)
@@ -23,6 +23,8 @@ jobs:
         run: tox -e flake8
       - name: Run mypy
         run: tox -e mypy
+      - name: Check spelling
+        run: tox -e codespell
       - name: Install requirements to generate docs
         run: sudo apt-get install -y libgeos-dev
       - name: Check documentation