Skip to content

Sync docs where the changes are minor #1707

Sync docs where the changes are minor

Sync docs where the changes are minor #1707

Workflow file for this run

name: go.mod check
on:
workflow_dispatch:
push:
branches:
- main
pull_request:
jobs:
check:
name: go.mod check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3
- uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9
with:
go-version: 1.17
- name: Check go.mod files
shell: bash
run: |
cd gomod-sync
go run main.go check