Skip to content

Commit

Permalink
Changed names
Browse files Browse the repository at this point in the history
  • Loading branch information
DE7924 committed Dec 6, 2024
1 parent e0911cf commit a0a07ea
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,17 +45,17 @@ 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:
- name: Checkout
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 }}

0 comments on commit a0a07ea

Please sign in to comment.