Skip to content

Commit 6c7ba58

Browse files
committed
Remove settings of Stylelint
1 parent 8b3e3db commit 6c7ba58

File tree

3 files changed

+0
-28
lines changed

3 files changed

+0
-28
lines changed

.github/workflows/linter.yml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -37,20 +37,3 @@ jobs:
3737

3838
- name: Run ESLint
3939
run: npx eslint . --ext .js,.jsx,.ts,.tsx
40-
41-
stylelint:
42-
name: Stylelint
43-
needs: check-changes
44-
if: needs.changes.outputs.stylelint == 'true'
45-
runs-on: ubuntu-latest
46-
steps:
47-
- name: Checkout Code
48-
uses: actions/checkout@v3
49-
with:
50-
ref: ${{ github.head_ref }}
51-
52-
- name: Install npm Modules
53-
uses: ./.github/actions/install-npm-modules
54-
55-
- name: Run Stylelint
56-
run: npx stylelint "**/*.css"

.stylelintignore

Lines changed: 0 additions & 5 deletions
This file was deleted.

.stylelintrc.json

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)