Skip to content

Commit

Permalink
feat: workflow updated with css
Browse files Browse the repository at this point in the history
  • Loading branch information
rivexe committed Jul 11, 2024
1 parent 2092ec5 commit 9108151
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/lint-eslint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ name: ESLint
on:
workflow_dispatch:
push:
branches: [master, develop, refactor/eslint]
branches: [master, develop, refactor/eslint, refactor/stylelint]
pull_request:
branches: [master, develop, refactor/eslint]
branches: [master, develop, refactor/eslint, refactor/stylelint]

env:
NODE_VERSION: 16
NODE_VERSION: 20

jobs:
lint:
Expand All @@ -30,4 +30,7 @@ jobs:
run: npm ci

- name: Code Linting
run: npx eslint *.js
run: npx eslint *.js

- name: CSS Linting
run: npx stylelint ../css/*.css

0 comments on commit 9108151

Please sign in to comment.