Skip to content

Merge pull request #534 from akaihola/limit-before-black-24-2 #642

Merge pull request #534 from akaihola/limit-before-black-24-2

Merge pull request #534 from akaihola/limit-before-black-24-2 #642

Workflow file for this run

---
name: pylint
on: push # yamllint disable-line rule:truthy
jobs:
pylint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v5
- name: Install dependencies for running Pylint
run: |
pip install -U \
airium \
black \
defusedxml \
pip-requirements-parser \
pygments \
pylint \
pytest>=6.2.0 \
regex \
requests \
requests-cache \
ruamel.yaml \
toml
pip list
- uses: wearerequired/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
pylint: true
continue_on_error: false