Skip to content

build(deps): bump actions/checkout from 4.1.3 to 4.1.5 #60

build(deps): bump actions/checkout from 4.1.3 to 4.1.5

build(deps): bump actions/checkout from 4.1.3 to 4.1.5 #60

Workflow file for this run

name: lint
on: [push, pull_request]
jobs:
lint:
strategy:
matrix:
go-version: [1.x]
platform: [ubuntu-latest]
runs-on: ${{ matrix.platform }}
steps:
- uses: actions/checkout@v4.1.5
- name: golangci-lint
uses: golangci/golangci-lint-action@v4
with:
skip-go-installation: true
version: latest