summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2022-05-15 20:41:51 -0500
committerMichael Merickel <michael@merickel.org>2022-05-15 20:41:51 -0500
commitd73a3389898cb18f5def996c252c494e6ad1966a (patch)
treede311f1e71d5306a9499e230a9537c2a530cc66f
parent617bc4c2eba62701de64196e1199c93cc7277ce4 (diff)
downloadpastedeploy-git-d73a3389898cb18f5def996c252c494e6ad1966a.tar.gz
enable linting
-rw-r--r--.github/workflows/ci-tests.yml24
1 files changed, 12 insertions, 12 deletions
diff --git a/.github/workflows/ci-tests.yml b/.github/workflows/ci-tests.yml
index 92231fe..7ada44c 100644
--- a/.github/workflows/ci-tests.yml
+++ b/.github/workflows/ci-tests.yml
@@ -70,15 +70,15 @@ jobs:
architecture: x64
- run: pip install tox
- run: tox -e docs
- # lint:
- # runs-on: ubuntu-latest
- # name: Lint the package
- # steps:
- # - uses: actions/checkout@v2
- # - name: Setup python
- # uses: actions/setup-python@v2
- # with:
- # python-version: "3.10"
- # architecture: x64
- # - run: pip install tox
- # - run: tox -e lint
+ lint:
+ runs-on: ubuntu-latest
+ name: Lint the package
+ steps:
+ - uses: actions/checkout@v2
+ - name: Setup python
+ uses: actions/setup-python@v2
+ with:
+ python-version: "3.10"
+ architecture: x64
+ - run: pip install tox
+ - run: tox -e lint