Skip to content

feat: Auto stash when rebase #38

feat: Auto stash when rebase

feat: Auto stash when rebase #38

Workflow file for this run

name: CI
on:
pull_request:
branches: [main]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
test:
runs-on: macos-latest
steps:
- name: Setup chezmoi
run: sh -c "$(curl -fsLS get.chezmoi.io)" -- init --apply granddaifuku --branch ${{ github.head_ref }}