Skip to content

Merge branch 'main' of github.com:junedev/go into main #12

Merge branch 'main' of github.com:junedev/go into main

Merge branch 'main' of github.com:junedev/go into main #12

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-22.04
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
- uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe
with:
go-version: 1.17
- name: Check go.mod files
shell: bash
run: |
cd gomod-sync
go run main.go check