Skip to content

Commit

Permalink
fix line length
Browse files Browse the repository at this point in the history
  • Loading branch information
nickzelei committed Dec 4, 2023
1 parent d53da74 commit 81c7ea1
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,14 @@
[![CodeQL](https://github.com/nucleuscloud/setup-neosync-cli-action/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/nucleuscloud/setup-neosync-cli-action/actions/workflows/codeql-analysis.yml)
[![Coverage](./badges/coverage.svg)](./badges/coverage.svg)

The `nucleuscloud/setup-neosync-cli-action` is a TypeScript action that sets up Neosync CLI in your GitHub Actions workflow.
The `nucleuscloud/setup-neosync-cli-action` is a TypeScript action that sets up
Neosync CLI in your GitHub Actions workflow.

- Downloads a specific version of Neosync CLI and adds it to the `PATH`.

After you've used the action, subsequent steps in the same job can run Nucleus commands using [the GitHub Actions `run` syntax](https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun). This allows Neosync commands to work like they do on your local command-line.
After you've used the action, subsequent steps in the same job
can run Nucleus commands using [the GitHub Actions `run` syntax](https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun).
This allows Neosync commands to work like they do on your local command-line.

## Usage

Expand Down

0 comments on commit 81c7ea1

Please sign in to comment.