Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: add install-command lock file prerequisite #1310

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

MikeMcC399
Copy link
Collaborator

Issue

The README section Custom install command shows only the example install-command: yarn --frozen-lockfile --silent as a slightly modified Yarn Classic v1 install command.

It does not specify that the action expects to find a lock file.

Change

Link to the Notes > Installation section which explains the relationship between lock files and the default installation command that the action uses.

Add the information that if no lock file is provided, then the workflow must ensure that dependencies are installed prior to using the action, and that the action must be called in this case with the option install: false.

@MikeMcC399 MikeMcC399 added the documentation Improvements or additions to documentation label Nov 16, 2024
@MikeMcC399 MikeMcC399 self-assigned this Nov 16, 2024
@cypress-app-bot
Copy link

@MikeMcC399 MikeMcC399 marked this pull request as ready for review November 16, 2024 16:17
@MikeMcC399
Copy link
Collaborator Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants