Skip to content

Allow log level to be set at runtime #44

Allow log level to be set at runtime

Allow log level to be set at runtime #44

Workflow file for this run

name: "PR"
on:
pull_request:
permissions:
contents: read
pull-requests: read
jobs:
lint-go:
name: Run Go Linter
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v4
with:
go-version: '1.21'
cache: false
- uses: actions/checkout@v3
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: latest
working-directory: src/server/