Skip to content

Fix comment to associated MR when push pipeline #52

Fix comment to associated MR when push pipeline

Fix comment to associated MR when push pipeline #52

Workflow file for this run

name: test
on:
pull_request:
branches: [main]
push:
branches: [main]
paths:
- '**.go'
- '.github/workflows/test.yml'
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version-file: "go.mod"
- uses: aquaproj/aqua-installer@v3.0.0
with:
aqua_version: v2.27.0
- uses: suzuki-shunsuke/github-action-golangci-lint@v0.1.4
- name: Test
run: go test -v -race ./...