Skip to content

feat(antlr,vscode): preserve whitespaces in grammar; improve visual e… #541

feat(antlr,vscode): preserve whitespaces in grammar; improve visual e…

feat(antlr,vscode): preserve whitespaces in grammar; improve visual e… #541

Workflow file for this run

name: golangci-lint
on:
push:
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.51.0