Skip to content

Allow customizing branch names for branches stack-pr creates. #59

Allow customizing branch names for branches stack-pr creates.

Allow customizing branch names for branches stack-pr creates. #59

Workflow file for this run

name: Lint and check
on: [ push, pull_request ]
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: chartboost/ruff-action@v1