From: H Date: Wed, 19 Jan 2022 20:56:18 +0000 (+0000) Subject: Add codespell to pipeline X-Git-Tag: pool-3.1~7^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F211%2Fhead;p=thirdparty%2Fpsycopg.git Add codespell to pipeline --- diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 99b4f7f98..b9a50aaef 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -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