Skip to content

ci(deps): bump golangci/golangci-lint-action from 4.0.0 to 5.1.0 #13

ci(deps): bump golangci/golangci-lint-action from 4.0.0 to 5.1.0

ci(deps): bump golangci/golangci-lint-action from 4.0.0 to 5.1.0 #13

Workflow file for this run

name: Lint
on:
pull_request:
workflow_dispatch:
jobs:
lint-code:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: golangci/[email protected]
with:
version: latest
args: --verbose --timeout=3m
lint-language:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: get-woke/woke-action@v0
with:
fail-on-error: true