Skip to content

chore(dist): update bundled pullpreview binary #50

chore(dist): update bundled pullpreview binary

chore(dist): update bundled pullpreview binary #50

Workflow file for this run

name: Go tests
on:
push:
jobs:
test:
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
- name: Checkout
uses: actions/checkout@v6
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: go.mod
cache: true
- name: Run tests
run: go test ./...