Skip to content

CLion: comment out indexing/scanning times until they're fixed #888

CLion: comment out indexing/scanning times until they're fixed

CLion: comment out indexing/scanning times until they're fixed #888

Workflow file for this run

name: golangci-lint
on:
- push
- pull_request
permissions:
contents: read
pull-requests: read
jobs:
golangci:
name: lint golang
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v3
with:
go-version: 1.20.1
- uses: actions/checkout@v3
- run: mkdir cmd/frontend/resources && touch cmd/frontend/resources/make-typecheck-happy.txt
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: latest
only-new-issues: true
args: --timeout 5m0s