Skip to content

[18-stable] Update GitHub Actions Dependencies (18-stable) #4437

[18-stable] Update GitHub Actions Dependencies (18-stable)

[18-stable] Update GitHub Actions Dependencies (18-stable) #4437

Workflow file for this run

name: Lints
on: [pull_request]
jobs:
check-go-mod-replace-lines:
name: check for replace lines in go.mod files
runs-on: ubuntu-latest
steps:
- name: Checkout project code
uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4
- name: check for replace lines in go.mod files
run: |
! egrep --invert-match -e '^replace.*/apis => \./apis|^replace.*//allow-merging$' `find . -name 'go.mod'` | egrep -e 'go.mod:replace'