From 84d54087a8acd0dd73e5622bdcf63dda6f2f6d87 Mon Sep 17 00:00:00 2001 From: Masafumi Koba <473530+ybiquitous@users.noreply.github.com> Date: Fri, 5 Dec 2025 21:14:08 +0900 Subject: [PATCH] Refactor CI workflow - Rename `nodejs.yml` to `ci.yml` for better clarity and consistency. - Give simpler names to the workflow jobs. --- .github/workflows/{nodejs.yml => ci.yml} | 2 ++ 1 file changed, 2 insertions(+) rename .github/workflows/{nodejs.yml => ci.yml} (93%) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/ci.yml similarity index 93% rename from .github/workflows/nodejs.yml rename to .github/workflows/ci.yml index 8641629..69df000 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/ci.yml @@ -8,11 +8,13 @@ on: jobs: lint: + name: lint uses: stylelint/.github/.github/workflows/call-lint.yml@f34faf02df201c8c204df4ae2543523ad54ceb07 # 0.3.1 permissions: contents: read test: + name: test uses: stylelint/.github/.github/workflows/call-test.yml@f34faf02df201c8c204df4ae2543523ad54ceb07 # 0.3.1 with: node-version: '["20.19.0"]' # Respect "engines.node" in package.json