Skip to content

Allow range expression as general expressions (not only loops) #67

Allow range expression as general expressions (not only loops)

Allow range expression as general expressions (not only loops) #67

Workflow file for this run

name: Lint
on:
push:
branches: [ main, master ]
pull_request:
branches: [ main, master ]
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: golangci-lint
uses: golangci/golangci-lint-action@v2