Skip to content

Bump actions/checkout from 3 to 4 #63

Bump actions/checkout from 3 to 4

Bump actions/checkout from 3 to 4 #63

name: golangci-lint
on:
push:
tags:
- v*
branches:
- main
pull_request:
permissions:
contents: read
jobs:
golangci:
name: lint
timeout-minutes: 10
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: golangci-lint
uses: golangci/golangci-lint-action@v3.6.0