Skip to content

chore(deps): update actions/checkout action to v4 #72

chore(deps): update actions/checkout action to v4

chore(deps): update actions/checkout action to v4 #72

Workflow file for this run

name: Lint
on: [push]
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: golangci-lint
uses: golangci/golangci-lint-action@v2
with:
version: v1.39