Skip to content

Use code.cloudfoundry.org/config-server module path #74

Use code.cloudfoundry.org/config-server module path

Use code.cloudfoundry.org/config-server module path #74

Workflow file for this run

name: go
on: [ push, pull_request ]
permissions:
contents: read
jobs:
lint:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- uses: actions/setup-go@v6
with:
go-version-file: src/config-server/go.mod
- uses: golangci/golangci-lint-action@v9
with:
working-directory: src/config-server/