feat(update): Suggest and accept qualified session names in update. #86
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: tmux-vcs-sync | |
on: | |
pull_request: | |
jobs: | |
mage: | |
runs-on: ubuntu-latest | |
steps: | |
- | |
name: Checkout | |
uses: actions/checkout@v4 | |
- | |
name: Set up Go | |
uses: actions/setup-go@v4 | |
with: | |
go-version: 1.22 | |
- | |
name: Set up Go workspace | |
run: | | |
go work init | |
go work use . api git | |
- | |
name: Run Mage | |
uses: magefile/mage-action@v3 | |
with: | |
version: latest | |
args: -v build build:completion bash test |