Merge pull request #123 from KGB33/121-dep-mgmt #107
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |