Skip to content

Bump github.com/google/go-cmp from 0.5.5 to 0.6.0 #2

Bump github.com/google/go-cmp from 0.5.5 to 0.6.0

Bump github.com/google/go-cmp from 0.5.5 to 0.6.0 #2

Workflow file for this run

name: Lint
on:
pull_request:
workflow_dispatch:
jobs:
lint-commits:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: aevea/[email protected]
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