Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/tools.yml')
-rw-r--r--.github/workflows/tools.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/tools.yml b/.github/workflows/tools.yml
index 9d0f07717ae..1d249832caf 100644
--- a/.github/workflows/tools.yml
+++ b/.github/workflows/tools.yml
@@ -32,7 +32,7 @@ jobs:
echo "NEW_VERSION=$NEW_VERSION" >> $GITHUB_ENV
./update-babel-eslint.sh
fi
- - id: "lint-md dependencies"
+ - id: "lint-md-dependencies"
run: |
cd tools/lint-md
npm ci