Skip to content

Minor change to test our upload coverage flow in master branch #213

Minor change to test our upload coverage flow in master branch

Minor change to test our upload coverage flow in master branch #213

name: verify-dependencies
on:
pull_request:
branches:
- master
jobs:
verify-dependencies:
name: Verify Dependencies
runs-on: ubuntu-24.04
steps:
- name: Checkout code
uses: actions/checkout@v6
- name: Install Go
uses: actions/setup-go@v6
with:
go-version-file: go.mod
- name: Install golangci-lint
run: |
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v2.0.2
- name: Verify
run: |
make verify-replace-run