Skip to content

.github: Bump actions/checkout from 2 to 3 (#24) #136

.github: Bump actions/checkout from 2 to 3 (#24)

.github: Bump actions/checkout from 2 to 3 (#24) #136

Workflow file for this run

name: lint
on:
push:
branches: [ main ]
pull_request:
jobs:
golangci-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: "1.20"
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.53.3