Skip to content

Sync docs and tests #72

Sync docs and tests

Sync docs and tests #72

Workflow file for this run

name: gotools check
on:
workflow_dispatch:
push:
branches:
- main
pull_request:
jobs:
check:
name: gotools check
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
- uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417
with:
go-version: 1.26
- name: Check go.mod files
shell: bash
run: |
cd gotools
go run main.go gomod