Skip to content

dsv and random strings, we can't stop here - this is bat country #3

dsv and random strings, we can't stop here - this is bat country

dsv and random strings, we can't stop here - this is bat country #3

Workflow file for this run

name: Golangci-lint
on:
push:
branches: [ "default" ]
pull_request:
branches: [ "default" ]
permissions:
contents: read
pull-requests: read
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: stable
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: latest
args: --timeout=30m --issues-exit-code=0