Skip to content

[NA] Bump version 2.2.4 #368

[NA] Bump version 2.2.4

[NA] Bump version 2.2.4 #368

Workflow file for this run

---
name: Lint
on:
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: install pre-commit
run: pip install pre-commit
- name: linting
run: pre-commit run --all-files