Skip to content

Merge pull request #3 from UCL-ARC/fix-cdkharris/lifecycle #16

Merge pull request #3 from UCL-ARC/fix-cdkharris/lifecycle

Merge pull request #3 from UCL-ARC/fix-cdkharris/lifecycle #16

Workflow file for this run

---
name: Lint
on:
pull_request:
push:
branches:
- "main"
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: "3.11"
- name: Run pre-commit
uses: pre-commit/[email protected]
with:
extra_args: --all-files