Skip to content

feat: patch wasmvm and cometbft #1358

feat: patch wasmvm and cometbft

feat: patch wasmvm and cometbft #1358

Workflow file for this run

name: Lint
on:
push:
branches:
- main
- "release/**"
pull_request:
permissions:
contents: read
jobs:
golangci:
name: golangci-lint
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v5
with:
go-version: "1.22"
check-latest: true
- uses: actions/checkout@v4
- name: golangci-lint
uses: golangci/golangci-lint-action@v4
with:
# Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version.
version: v1.60.1
args: --timeout 10m
github-token: ${{ secrets.github_token }}