Skip to content

Commit

Permalink
Merge branch 'main' into gh-action-pypi-publish
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss authored Mar 13, 2023
2 parents ea02657 + 74f3d92 commit ecbc884
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/lint_python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ jobs:
- uses: actions/setup-python@v4
with:
python-version: 3.x
- run: pip install --upgrade pip setuptools wheel
- run: pip install black codespell junit_xml mypy pytest pytest-clarity ruff safety yamlish
- run: ruff --format=github .
- run: black --check .
Expand Down

0 comments on commit ecbc884

Please sign in to comment.