Disable stylelint

This commit is contained in:
MichalKinas
2024-04-16 15:51:26 +02:00
parent 7b3e931895
commit 17f4d389b7

View File

@@ -30,7 +30,7 @@ jobs:
cache: 'npm'
- run: npm ci
- run: npm run affected:lint -- --base=origin/develop
- run: npm run stylelint
# - run: npm run stylelint
# unit-tests:
# needs: [lint]