Skip to content

actions: review ruff and tests workflows #116

actions: review ruff and tests workflows

actions: review ruff and tests workflows #116

Workflow file for this run

name: Code check
on:
push:
branches: [main]
pull_request:
branches: [main]
workflow_dispatch:
inputs:
reason:
required: false
description: 'Reason'
default: 'Manual trigger'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: ${{ github.event_name == 'pull_request' }}
permissions:
contents: read
jobs:
lint:
name: Run ruff
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- uses: astral-sh/ruff-action@v4.1.0
with:
version-file: uv.lock