Skip to content

implement movedel (#223) #165

implement movedel (#223)

implement movedel (#223) #165

Workflow file for this run

name: Lint
on:
push:
branches:
- '*'
tags-ignore:
- '*'
pull_request:
branches:
- master
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: Install dependencies
run: pip install -r requirements-dev.txt
- name: Run pre-commit
run: pre-commit run -a