From d73a3389898cb18f5def996c252c494e6ad1966a Mon Sep 17 00:00:00 2001 From: Michael Merickel Date: Sun, 15 May 2022 20:41:51 -0500 Subject: enable linting --- .github/workflows/ci-tests.yml | 24 ++++++++++++------------ 1 file 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 -- cgit v1.2.1