Skip to content

Add Dagger for CI/CD #4

Add Dagger for CI/CD

Add Dagger for CI/CD #4

Workflow file for this run

on:
push:
branches:
- main
pull_request:
jobs:
ruff:
runs-on: ubuntu-latest
name: "ruff"
steps:
- name: actions_python_ruff
uses: davidslusser/actions_python_ruff@v1.0.0
with:
src: "src"
options: "-v"