Skip to content

ci:update Github Actions to use new repository path #20

ci:update Github Actions to use new repository path

ci:update Github Actions to use new repository path #20

Workflow file for this run

name: go mod check
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
go_mod_check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: "go.mod"
- name: Run Go Mod Check Action
uses: hezhangjian/go-mod-check-action@main
with:
prohibitIndirectDepUpdate: 'true'