Skip to content

Improvements to console user setup. #288

Improvements to console user setup.

Improvements to console user setup. #288

Workflow file for this run

name: golangci-lint
on:
workflow_dispatch:
pull_request:
permissions:
contents: read
pull-requests: read
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/setup-go@v5
with:
go-version: "stable"
cache: false
- name: golangci-lint
uses: golangci/golangci-lint-action@v8
with:
only-new-issues: true