Skip to content

Fix a bug in 'abandon' when the current branch is 'main'. #151

Fix a bug in 'abandon' when the current branch is 'main'.

Fix a bug in 'abandon' when the current branch is 'main'. #151

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