Compare commits
No commits in common. "ce4d6d3dd59aa38e334f3e33327510e155fd694e" and "04559cc95f5171abcd85d40deb79c59afbe66885" have entirely different histories.
ce4d6d3dd5
...
04559cc95f
2 changed files with 1 additions and 31 deletions
30
.github/workflows/ruff.yaml
vendored
30
.github/workflows/ruff.yaml
vendored
|
|
@ -1,30 +0,0 @@
|
|||
name: Ruff
|
||||
|
||||
on:
|
||||
push:
|
||||
pull_request:
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
ruff:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
env:
|
||||
UV_CACHE_DIR: /tmp/.uv-cache
|
||||
steps:
|
||||
- name: Install git-annex
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y git-annex
|
||||
- name: Check out the repository
|
||||
uses: https://github.com/RouxAntoine/checkout@v4.1.8
|
||||
with:
|
||||
show-progress: true
|
||||
- name: Install uv
|
||||
uses: astral-sh/setup-uv@v7
|
||||
with:
|
||||
enable-cache: true
|
||||
- name: Install corrlib
|
||||
run: uv sync --locked --all-extras --dev --python "3.12"
|
||||
- name: Run tests
|
||||
run: uv run ruff check corrlib
|
||||
Loading…
Add table
Add a link
Reference in a new issue