feat: Decouple starlegs constructor from custom data structure #12
Workflow file for this run
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
name: Run ruff formatter | |
on: [push, pull_request] | |
jobs: | |
ruff: | |
uses: acdh-oeaw/prosnet-workflows/.github/workflows/poetry-ruff.yml@v0.4.2 | |
with: | |
src: "." | |
options: "format --check" | |
python-version: "3.12" |