1
0
mirror of https://github.com/velour/catbase.git synced 2025-04-03 19:51:42 +00:00
2024-03-23 08:44:23 -04:00

15 lines
359 B
YAML

name: Go Tidy
on: [push]
jobs:
build:
name: Go mod tidy check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: katexochen/go-tidy-check@v2
with:
# (Optional) The path to the root of each modules, space separated. Default is the current directory.
modules: .
submodules: "true"