Skip to content

bump wasmvn to v1.2.5, hot fix bugs https://github.com/CosmWasm/advis… #105

bump wasmvn to v1.2.5, hot fix bugs https://github.com/CosmWasm/advis…

bump wasmvn to v1.2.5, hot fix bugs https://github.com/CosmWasm/advis… #105

Workflow file for this run

---
name: golangci-lint
on:
push:
tags:
- v*
branches:
- release/v*
- main
pull_request:
permissions:
contents: read
# Optional: allow read access to pull request. Use with `only-new-issues` option.
# pull-requests: read
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v3
with:
go-version: 1.20.0
- uses: actions/checkout@v3
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: latest
args: --timeout 10m