Skip to content

test: sort server type locations by id (#1216) #1158

test: sort server type locations by id (#1216)

test: sort server type locations by id (#1216) #1158

Workflow file for this run

name: Lint
on:
push:
branches: [main]
pull_request:
env:
GOTOOLCHAIN: local
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/setup-python@v6
with:
python-version: 3.x
- uses: pre-commit/[email protected]
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/setup-go@v6
with:
go-version-file: go.mod
- uses: golangci/golangci-lint-action@v8
with:
version: v2.5.0 # renovate: datasource=github-releases depName=golangci/golangci-lint