Skip to content

ci(deps): bump golangci/golangci-lint-action from 3.7.0 to 4.0.0 #12

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

ci(deps): bump golangci/golangci-lint-action from 3.7.0 to 4.0.0 #12

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