Skip to content

feat(git): Allow users to pick a repo name with tmux-vcs-sync.name git config. #17

feat(git): Allow users to pick a repo name with tmux-vcs-sync.name git config.

feat(git): Allow users to pick a repo name with tmux-vcs-sync.name git config. #17

Workflow file for this run

name: git
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: Run Mage
uses: magefile/mage-action@v3
with:
version: latest
workdir: git
args: -v build test