Skip to content

default to 0.24 as the default detected spack version #499

default to 0.24 as the default detected spack version

default to 0.24 as the default detected spack version #499

Workflow file for this run

name: lint
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install uv
run: |
curl -LsSf https://astral.sh/uv/install.sh | sh
- name: ruff
run: |
uvx ruff format --check
uvx ruff check