From a0a07ea476914a3861500aaf539a343d5eff8027 Mon Sep 17 00:00:00 2001 From: Daniel Eshkeri Date: Fri, 6 Dec 2024 14:48:00 +0000 Subject: [PATCH] Changed names --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4e3bfde..cdcc990 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -45,8 +45,8 @@ jobs: id: npm-ci-test run: npm run ci-test - test-action: - name: GitHub Actions Test + web-components-code-quality: + name: Web Components Code Quality runs-on: ubuntu-latest steps: @@ -54,8 +54,8 @@ jobs: id: checkout uses: actions/checkout@v4 - - name: Test Local Action - id: test-action + - name: Code Quality + id: wc-code-quality uses: ./ with: token: ${{ secrets.GITHUB_TOKEN }}