Skip to content

pkg/types/solana: move CR/CW config types from solana repo #8563

pkg/types/solana: move CR/CW config types from solana repo

pkg/types/solana: move CR/CW config types from solana repo #8563

Workflow file for this run

name: Golangci-lint
on: [pull_request]
jobs:
golangci-lint:
runs-on: ubuntu-latest
permissions:
id-token: write
contents: read
actions: read
steps:
- name: golangci-lint
if: ${{ always() && !contains(join(github.event.pull_request.labels.*.name, ' '), 'allow-lint-issues') }}
uses: smartcontractkit/.github/actions/ci-lint-go@ci-lint-go/v2
with:
golangci-lint-version: v2.2.2