Skip to content

chore(deps): bump actions/checkout from 3 to 4 (#27) #64

chore(deps): bump actions/checkout from 3 to 4 (#27)

chore(deps): bump actions/checkout from 3 to 4 (#27) #64

Workflow file for this run

name: golangci-lint
on:
push:
tags:
- v*
branches:
- main
pull_request:
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v4
with:
go-version: ~1.18
- uses: actions/checkout@v4
- name: golangci-lint
uses: golangci/[email protected]
with:
skip-go-installation: true