Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nem035/2ba5be3cae6e8dcc1b6cc16c1a5ee058 to your computer and use it in GitHub Desktop.
Save nem035/2ba5be3cae6e8dcc1b6cc16c1a5ee058 to your computer and use it in GitHub Desktop.
lint:
steps:
- checkout
- attach_workspace:
at: ~/my-workspace-path
- run:
name: Lint
# this will work because above we attach to the same workspace
# into which we previously persisted `node_modules`
command: ~/my-workspace-path/node_modules/.bin/eslint
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment