Skip to content

Use custom, lexically ordered, base64 encoding for all paths that will be read by WRStat #650

Use custom, lexically ordered, base64 encoding for all paths that will be read by WRStat

Use custom, lexically ordered, base64 encoding for all paths that will be read by WRStat #650

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