golangci/golangci-lint-action

local build documentation is incorrect or incomplete

Closed this issue · 0 comments

Welcome

  • Yes, I understand that the GitHub action repository is not the repository of golangci-lint itself.
  • Yes, I've searched similar issues on GitHub and didn't find any.
  • Yes, I've included all information below (version, config, etc).

Description of the problem

Following the instructions in https://github.com/golangci/golangci-lint-action/blob/master/README.md#development-of-this-action causes errors in the step 3 nom run prepare-deps:

$ npm run prepare-deps
npm error Missing script: "prepare-deps"
npm error
npm error To see a list of scripts, run:
npm error   npm run
npm error A complete log of this run can be found in: /Users/dmitris/.npm/_logs/2024-11-08T19_56_15_030Z-debug-0.log

but npm install seems to work. For nom run build, I also had to install typescript (brew install tsc) - not sure if it is taken care of by npm install.

Version of golangci-lint

1.61.0

Version of the GitHub Action

v6.1.1

Workflow file

not applicable

Golangci-lint configuration

not applicable

Go version

go1.23.3

Code example or link to a public repository

https://github.com/golangci/golangci-lint-action/blob/master/README.md#development-of-this-action