Skip to content

Merge pull request #24 from UCL-ARC/cdkharris/add-ingress #94

Merge pull request #24 from UCL-ARC/cdkharris/add-ingress

Merge pull request #24 from UCL-ARC/cdkharris/add-ingress #94

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@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
- name: Setup Python
uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5
with:
python-version: "3.11"
- name: Run pre-commit
uses: pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd # v3.0.1
with:
extra_args: --all-files