Skip to content

chore(deps): bump github.com/onsi/gomega from 1.34.2 to 1.35.1 in the… #283

chore(deps): bump github.com/onsi/gomega from 1.34.2 to 1.35.1 in the…

chore(deps): bump github.com/onsi/gomega from 1.34.2 to 1.35.1 in the… #283

Workflow file for this run

name: Test
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
if: >
(github.event_name == 'pull_request' && !contains(github.event.pull_request.labels.*.name, 'skip workflows')) ||
github.event_name == 'push'
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v5
with:
go-version: stable
- uses: actions/checkout@v4
with:
fetch-depth: 0
- run: go build -v .
- run: make test