Skip to content

[client] allowing to create flow with flow json and publish it with o… #102

[client] allowing to create flow with flow json and publish it with o…

[client] allowing to create flow with flow json and publish it with o… #102

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"