Skip to content

Separate Modules + Lint MultiNode #13

Separate Modules + Lint MultiNode

Separate Modules + Lint MultiNode #13

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: Checkout repository
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.19'
- name: Lint multinode
working-directory: ./multinode
uses: smartcontractkit/.github/actions/ci-lint-go@2ac9d97a83a5edded09af7fcf4ea5bce7a4473a4

Check failure on line 23 in .github/workflows/golangci_lint.yml

View workflow run for this annotation

GitHub Actions / Golangci-lint

Invalid workflow file

The workflow is not valid. .github/workflows/golangci_lint.yml (Line: 23, Col: 9): Unexpected value 'uses' .github/workflows/golangci_lint.yml (Line: 24, Col: 9): Unexpected value 'with'
with:
golangci-lint-version: v1.62.2
- name: Lint evm-chain-bindings
working-directory: ./tools/evm-chain-bindings
uses: smartcontractkit/.github/actions/ci-lint-go@2ac9d97a83a5edded09af7fcf4ea5bce7a4473a4
with:
golangci-lint-version: v1.62.2