Skip to content

Bump actions/checkout from 3 to 4 #112

Bump actions/checkout from 3 to 4

Bump actions/checkout from 3 to 4 #112

Workflow file for this run

name: ci
on:
push:
tags:
- v*
branches:
- master
- main
paths:
- "**.go"
- ".golangci.yml"
- "Makefile"
- "go.*"
- ".github/workflows/ci.yml"
pull_request:
paths:
- "**.go"
- ".golangci.yml"
- "Makefile"
- "go.*"
- ".github/workflows/ci.yml"
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: golangci-lint
uses: golangci/[email protected]