chore: lint README.md

This commit is contained in:
マルコメ
2024-10-07 21:32:02 +09:00
committed by GitHub
parent 56bfdb077e
commit 558c75a530

View File

@@ -121,12 +121,12 @@ So, what are you waiting for? Go ahead and start customizing your action!
> [!WARNING] > [!WARNING]
> >
> This step is important! It will run [`ncc`](https://github.com/vercel/ncc) > This step is important! It will run [`ncc`](https://github.com/vercel/ncc) to
> to build the final JavaScript action code with all dependencies included. > build the final JavaScript action code with all dependencies included. If you
> If you do not run this step, your action will not work correctly when it is > do not run this step, your action will not work correctly when it is used in a
> used in a workflow. This step also includes the `--license` option for > workflow. This step also includes the `--license` option for `ncc`, which will
> `ncc`, which will create a license file for all of the production node > create a license file for all of the production node modules used in your
> modules used in your project. > project.
5. Commit your changes 5. Commit your changes