index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Dylan M. Taylor <dylan@dylanmtaylor.com> | 2021-05-15 09:45:50 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-15 09:45:50 -0400 |
commit | 843cd6cf0feff3144ec6b9fdf64904ae44e7f43d (patch) | |
tree | 2916b259846e856823cc44d9c9c6b20e8a4be389 /.github/workflows/lint-python.yaml | |
parent | ad444caf9dd6efb039ad568281d90a16ead68eb4 (diff) |
-rw-r--r-- | .github/workflows/lint-python.yaml | 2 |
diff --git a/.github/workflows/lint-python.yaml b/.github/workflows/lint-python.yaml index c6b16467..5e7e6c2f 100644 --- a/.github/workflows/lint-python.yaml +++ b/.github/workflows/lint-python.yaml @@ -9,7 +9,7 @@ jobs: - uses: actions/checkout@v2 - run: pacman --noconfirm -Syu python python-pip mypy - run: python -m pip install --upgrade pip - - run: pip install flake8 pytest black-but-with-tabs-instead-of-spaces + - run: pip install flake8 pytest - name: Lint with flake8 run: | # stop the build if there are Python syntax errors |