Skip to content

feat: expand GitHub plugin — go-github SDK, 13 new steps, github.app … #4

feat: expand GitHub plugin — go-github SDK, 13 new steps, github.app …

feat: expand GitHub plugin — go-github SDK, 13 new steps, github.app … #4

Workflow file for this run

name: CI
on:
push:
branches: [main, master]
pull_request:
branches: [main, master]
jobs:
test:
runs-on: [self-hosted, Linux, X64]
steps:
- uses: actions/checkout@v6
- uses: actions/setup-go@v6
with:
go-version-file: go.mod
- run: go build ./...
- run: go test ./... -v -race -count=1