Skip to content

feat: split github workflows into granular pieces #4

feat: split github workflows into granular pieces

feat: split github workflows into granular pieces #4

Workflow file for this run

name: Run Linter
on:
push:
branches: main
pull_request:
branches: "*"
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.18
- name: golangci-lint
uses: golangci/[email protected]
with:
# version: latest
# skip-go-installation: true
skip-pkg-cache: true
skip-build-cache: true
# args: --timeout=15m