Skip to content

Ignore Steam import friends unauthorized errors #204

Ignore Steam import friends unauthorized errors

Ignore Steam import friends unauthorized errors #204

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@v3
- uses: actions/setup-go@v4
with:
go-version: "stable"
cache: false
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.54
only-new-issues: true
args: --timeout=10m