Skip to content

feat(api): add check execution bucket endpoint #63

feat(api): add check execution bucket endpoint

feat(api): add check execution bucket endpoint #63

Workflow file for this run

name: Run tests
permissions:
contents: read
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
test:
name: Run tests
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493
with:
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@19bb51245e9c80abacb2e91cc42b33fa478b8639
with:
go-version: '1.26.1'
- name: Install dependencies
run: go mod download
- name: Run tests
run: go test ./...