Skip to content

Bump github.com/skip-mev/slinky from 1.0.6 to 1.0.11 #4067

Bump github.com/skip-mev/slinky from 1.0.6 to 1.0.11

Bump github.com/skip-mev/slinky from 1.0.6 to 1.0.11 #4067

Workflow file for this run

name: lint
on:
pull_request:
push:
jobs:
golangci:
name: golangci-lint
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v2
- uses: golangci/golangci-lint-action@v2
with:
version: latest
args: --timeout 10m --tests=false --skip-dirs="simapp"
github-token: ${{ secrets.github_token }}