Skip to content

Deduplication tweaks #371

Deduplication tweaks

Deduplication tweaks #371

Workflow file for this run

name: lint
on:
- push
- pull_request
jobs:
lint:
runs-on: ubuntu-20.04
strategy:
fail-fast: false
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: '3.10'
- run: pip install -r requirements.txt pylint
- run: python -m pylint beangulp/ examples/