Skip to content

Merge pull request #38 from serverscom/add-locations-service-methods #223

Merge pull request #38 from serverscom/add-locations-service-methods

Merge pull request #38 from serverscom/add-locations-service-methods #223

Workflow file for this run

on: [push, pull_request]
name: Lint
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.23'
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: v1.63