Skip to content

Bump codfish/semantic-release-action from 4.0.1 to 5.0.0 in /.github/workflows #21

Bump codfish/semantic-release-action from 4.0.1 to 5.0.0 in /.github/workflows

Bump codfish/semantic-release-action from 4.0.1 to 5.0.0 in /.github/workflows #21

Workflow file for this run

---
name: env pull request pipeline.
on:
pull_request:
types: [opened, synchronize, reopened]
jobs:
golang:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
with:
fetch-depth: 0
- name: Setup golang
uses: actions/setup-go@v6
with:
go-version-file: go.mod
- name: install tools
run: make tools-get
- name: test + lint + scan
run: make ci