Skip to content

linting

linting #4

Workflow file for this run

name: Ianvs Linting
run-name: linting
on: push
jobs:
linting:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v4
with: {path: ianvs}
- name: Pre-commit
run: pip install pre-commit && cd ${{ github.workspace }}/ianvs && pre-commit run --all-files