Skip to content

archive: Add --quiet option #409

archive: Add --quiet option

archive: Add --quiet option #409

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/