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