Skip to content

Implemented same_link_comparator in order to more accurately parse so… #395

Implemented same_link_comparator in order to more accurately parse so…

Implemented same_link_comparator in order to more accurately parse so… #395

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.11'
- run: pip install ruff
- run: ruff check beangulp/ examples/