Skip to content

specs: updating the API spec #37

specs: updating the API spec

specs: updating the API spec #37

Workflow file for this run

---
name: Ensure `go mod tidy` has been run
on: [push, pull_request] # yamllint disable-line rule:truthy
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Check out source code
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
- name: Install `tidied`
run: go install gitlab.com/jamietanna/tidied@latest
- name: Check for no untracked files
run: tidied -verbose