Skip to content

feat: Update pyhf to v0.7.6 (#88) #190

feat: Update pyhf to v0.7.6 (#88)

feat: Update pyhf to v0.7.6 (#88) #190

Workflow file for this run

name: Lint
on:
push:
branches:
- main
pull_request:
workflow_dispatch:
jobs:
lint:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [ '3.x' ]
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Install the latest version of uv
uses: astral-sh/setup-uv@v5
with:
version: "latest"
- name: Lint with pre-commit
run: |
uvx pre-commit run --all-files