Skip to content

Add a set of formatting and spelling checks #17

Add a set of formatting and spelling checks

Add a set of formatting and spelling checks #17

Workflow file for this run

# Runs the source-level lint suite. See tools/lint.sh.
name: Lint
"on":
pull_request:
branches:
- master
push:
branches:
- master
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions:
contents: read
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@fbc6f3992d24b796d5a048ff273f7fcc4a7b6c09 # v5.1.0
with:
persist-credentials: false
- uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
with:
go-version-file: 'go.mod'
- run: make lint