Skip to content

Add decode subcommand that will decode the custom base64 encoding in 'stat' and 'byusergroup' files. #686

Add decode subcommand that will decode the custom base64 encoding in 'stat' and 'byusergroup' files.

Add decode subcommand that will decode the custom base64 encoding in 'stat' and 'byusergroup' files. #686

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