Skip to content
This repository has been archived by the owner on May 8, 2024. It is now read-only.

chore(deps): bump actions/checkout from 4.1.3 to 4.1.5 #65

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

chore(deps): bump actions/checkout from 4.1.3 to 4.1.5 #65

Workflow file for this run

name: Lint
on:
push:
paths-ignore:
- '**.md'
jobs:
golangci:
name: Golangci-Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.5
- name: Run golangci-lint
uses: golangci/golangci-lint-action@v4
with:
args: -E goimports,misspell,whitespace,gocritic
version: latest