Skip to content

Use 'github' output format for ruff in validation #6

Use 'github' output format for ruff in validation

Use 'github' output format for ruff in validation #6

Workflow file for this run

---
name: CI
on:
push:
branches:
- main
pull_request:
workflow_dispatch:
# Cancel already running workflows if new ones are scheduled
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
validation:
uses: ./.github/workflows/validation.yml
unit-tests:
uses: ./.github/workflows/unit-tests.yml