Skip to content

[flows] adding FlowStr - A helper class to create strings containing vars and math expressions without escaping and quoting them #92

[flows] adding FlowStr - A helper class to create strings containing vars and math expressions without escaping and quoting them

[flows] adding FlowStr - A helper class to create strings containing vars and math expressions without escaping and quoting them #92

Workflow file for this run

name: Lint with ruff
on: [ push, pull_request ]
permissions:
contents: read
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: astral-sh/ruff-action@v1
with:
args: "format --check"