Skip to content

[welcome-to-tech-palace] Fix typo in test case #2303

[welcome-to-tech-palace] Fix typo in test case

[welcome-to-tech-palace] Fix typo in test case #2303

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-24.04
steps:
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
- uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c
with:
go-version: 1.25
- name: Check go.mod files
shell: bash
run: |
cd gomod-sync
go run main.go check