Skip to content

feat!: rename ls option --short -> --brief #21

feat!: rename ls option --short -> --brief

feat!: rename ls option --short -> --brief #21

Workflow file for this run

name: Lint
on:
push:
branches:
- master
pull_request:
workflow_dispatch:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install tox
run: |
python -m pip install tox
- name: Run tox
run: |
python -m tox run -e lint