BCFR-967 - Basic support for method writing and reading - Add logic to enable/disable test cases for chain components common test suite #5653
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | |
uses: smartcontractkit/.github/actions/ci-lint-go@2ac9d97a83a5edded09af7fcf4ea5bce7a4473a4 # v0.2.6 | |
with: | |
golangci-lint-version: v1.61.0 | |