Skip to content

Merge pull request #123 from KGB33/121-dep-mgmt #107

Merge pull request #123 from KGB33/121-dep-mgmt

Merge pull request #123 from KGB33/121-dep-mgmt #107

Workflow file for this run

on:
push:
branches:
- main
pull_request:
jobs:
ruff:
runs-on: ubuntu-latest
name: Ruff Format
steps:
- name: "Checkout Repo"
uses: actions/checkout@v4
- name: Check formatting using Ruff
uses: dagger/dagger-for-github@v5
with:
verb: call
args: "--src src --req requirements.dev.lock format --pyproject pyproject.toml"
version: "0.10.2"