From 558c75a530da8c468877022f475c41d48f67ba00 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=83=9E=E3=83=AB=E3=82=B3=E3=83=A1?= Date: Mon, 7 Oct 2024 21:32:02 +0900 Subject: [PATCH] chore: lint README.md --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 3fcd65f..11c55dc 100644 --- a/README.md +++ b/README.md @@ -121,12 +121,12 @@ So, what are you waiting for? Go ahead and start customizing your action! > [!WARNING] > -> This step is important! It will run [`ncc`](https://github.com/vercel/ncc) -> to build the final JavaScript action code with all dependencies included. -> If you do not run this step, your action will not work correctly when it is -> used in a workflow. This step also includes the `--license` option for -> `ncc`, which will create a license file for all of the production node -> modules used in your project. +> This step is important! It will run [`ncc`](https://github.com/vercel/ncc) to +> build the final JavaScript action code with all dependencies included. If you +> do not run this step, your action will not work correctly when it is used in a +> workflow. This step also includes the `--license` option for `ncc`, which will +> create a license file for all of the production node modules used in your +> project. 5. Commit your changes