Skip to content

Encode paths in byusergroup files to avoid newlines in paths breaking TSV format. #667

Encode paths in byusergroup files to avoid newlines in paths breaking TSV format.

Encode paths in byusergroup files to avoid newlines in paths breaking TSV format. #667

Workflow file for this run

name: golangci-lint
on:
push:
branches:
- master
- develop
pull_request:
branches:
- master
- develop
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v3
with:
go-version: 1.22.4
- uses: actions/checkout@v3
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.59.1
only-new-issues: true