Skip to content

Commit

Permalink
Update code-scanning.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
YuraVolk authored Sep 9, 2023
1 parent e934f35 commit 6b41a94
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/code-scanning.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,8 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2

- name: Run StyleLint
run: npm ci && npx stylelint **/*.scss
- name: Install Dependencies
run: npm ci

- name: Code Linting
run: npm run lint

0 comments on commit 6b41a94

Please sign in to comment.