Skip to content

Add solution for GC8JHR8 #60

Add solution for GC8JHR8

Add solution for GC8JHR8 #60

Workflow file for this run

name: golangci-lint
on:
push:
branches: [ "dev" ]
pull_request:
branches: [ "master" ]
permissions:
contents: read
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
cache: false # For https://github.com/actions/setup-go/issues/427
go-version: 'stable'
- name: Download config
run: curl -fsS -o .golangci.yml https://raw.githubusercontent.com/bitlux/bitlux/main/golangci.yml
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: latest
args: --verbose