diff --git a/.github/workflows/code-scanning.yml b/.github/workflows/code-scanning.yml index 17c5f88..985d98b 100644 --- a/.github/workflows/code-scanning.yml +++ b/.github/workflows/code-scanning.yml @@ -27,5 +27,5 @@ jobs: - name: Install Dependencies run: npm ci - - name: Code Linting - run: npm run lint + - name: stylelinter + uses: actions-hub/stylelint@v1.1.3