Skip to content

Commit f47e89a

Browse files
Bump @adobe/css-tools from 4.3.1 to 4.3.2 (#41)
Co-authored-by: SavageCore <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d2300c2 commit f47e89a

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

.github/workflows/lint.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ jobs:
2323
run: |
2424
npm ci
2525
26-
- name: Lint 🧹
26+
- name: Lint with eslint 🧹
2727
run: |
2828
npm run lint
29+
30+
- name: Lint with stylelint 🧹
31+
run: |
32+
npm run lint:styles

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)