Skip to content

Strain approaches #1734

Strain approaches

Strain approaches #1734

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@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
- uses: actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753
with:
go-version: 1.17
- name: Check go.mod files
shell: bash
run: |
cd gomod-sync
go run main.go check