clangd/.github/actions/pick/node_modules/debug/node.js
Kirill Bobyrev 504e724a5b
Install action dependencies directly into node_modules
This allows skipping `npm install` step in the workflow and enables
other projects to use the step without copying/cloning the code.

https://docs.github.com/en/free-pro-team@latest/actions/creating-actions/creating-a-javascript-action#commit-tag-and-push-your-action-to-github
2020-10-02 12:49:40 +02:00

2 lines
40 B
JavaScript

module.exports = require('./src/node');