Skip to content

feat: Add 15 new commands from GitHub, GitLab, Gitlawb #1

feat: Add 15 new commands from GitHub, GitLab, Gitlawb

feat: Add 15 new commands from GitHub, GitLab, Gitlawb #1

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: "1.26.x"
- name: Test
run: make test
- name: Build
run: make build