Skip to content
name: verify-dependencies
on:
push:
branches:
- master
tags-ignore:
- '*.*'
pull_request:
branches:
- master
jobs:
golangci:
name: Verify Dependencies
runs-on: ubuntu-20.04
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install Go
uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: Install golangci-lint
run: go install github.com/golangci/golangci-lint/cmd/golangci-lint@latest

Check failure on line 26 in .github/workflows/verify-dependencies.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/verify-dependencies.yml

Invalid workflow file

You have an error in your yaml syntax on line 26
- name: Verify
run: |
make verify-replace-run