Skip to content

added file removal changes #1

added file removal changes

added file removal changes #1

Workflow file for this run

name: Lint
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- uses: psf/black@stable
with:
args: ". --check --line-length=100"
- name: docstrings
run: |
pip install flit
pushd $(mktemp -d)
git clone https://github.com/Carreau/velin.git --single-branch --depth 1
cd velin
flit install
popd
velin . --check