fluxure 0.0.2

A flow-based programming framework
Documentation
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/env -S just --justfile

# Run GitHub Actions locally (available actions: `pull`, `pull_request`, `schedule`)
github action:
    act {{action}}
# List all available GitHub Actions
github-list:
    act --list
# Run GitHub Action with Job ID
github-job jobID:
    act --job {{jobID}}