Skip to content

Commit

Permalink
Arrange packages to remove unpopular ones and adds a few popular ones (
Browse files Browse the repository at this point in the history
  • Loading branch information
ybiquitous authored Jul 26, 2024
1 parent ccbe39d commit c338845
Showing 1 changed file with 3 additions and 29 deletions.
32 changes: 3 additions & 29 deletions .github/workflows/test-ecosystem.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,7 @@ jobs:
matrix:
package:
# In alphabetical order
- '@csstools/stylelint-at-risk'
- '@csstools/stylelint-no-at-nest-rule'
- '@csstools/stylelint-no-invalid-at-import-rules-when-bundling'
- '@double-great/stylelint-a11y'
- '@namics/stylelint-bem'
- '@primer/stylelint-config'
- '@pro-vision/stylelint-config-pv'
- '@ronilaukkarinen/stylelint-a11y'
- '@scalvert/stylelint-formatter-sonarqube'
- '@shopify/stylelint-plugin'
- '@stylistic/stylelint-config'
- '@stylistic/stylelint-plugin'
Expand All @@ -47,59 +39,41 @@ jobs:
- 'stylelint-config-rational-order'
- 'stylelint-config-recess-order'
- 'stylelint-config-recommended'
- 'stylelint-config-recommended-less'
- 'stylelint-config-recommended-scss'
- 'stylelint-config-recommended-vue'
- 'stylelint-config-sass-guidelines'
- 'stylelint-config-standard'
- 'stylelint-config-standard-scss'
- 'stylelint-config-standard-vue'
- 'stylelint-config-suitcss'
- 'stylelint-config-tailwindcss'
- 'stylelint-config-twbs-bootstrap'
- 'stylelint-config-wikimedia'
- 'stylelint-config-xo'
- 'stylelint-config-xo-scss'
- 'stylelint-csstree-validator'
- 'stylelint-declaration-block-no-ignored-properties'
- 'stylelint-declaration-strict-value'
- 'stylelint-define-config'
- 'stylelint-file-max-lines'
- 'stylelint-formatter-pretty'
- 'stylelint-gamut'
- 'stylelint-group-selectors'
- 'stylelint-high-performance-animation'
- 'stylelint-less'
- 'stylelint-media-use-custom-media'
- 'stylelint-no-browser-hacks'
- 'stylelint-no-indistinguishable-colors'
- 'stylelint-no-px'
- 'stylelint-no-restricted-syntax'
- 'stylelint-no-unresolved-module'
- 'stylelint-no-unsupported-browser-features'
- 'stylelint-number-z-index-constraint'
- 'stylelint-order'
- 'stylelint-performance-animation'
- 'stylelint-plugin-defensive-css'
- 'stylelint-plugin-logical-css'
- 'stylelint-plugin-stylus'
- 'stylelint-prettier'
- 'stylelint-react-native'
- 'stylelint-rem-over-px'
- 'stylelint-rscss'
- 'stylelint-scss'
- 'stylelint-selector-bem-pattern'
- 'stylelint-selector-no-empty'
- 'stylelint-selector-pseudo-class-lvhfa'
- 'stylelint-selector-tag-no-without-class'
- 'stylelint-semantic-groups'
- 'stylelint-stylus'
- 'stylelint-suitcss'
- 'stylelint-taro-rn'
- 'stylelint-use-logical'
- 'stylelint-use-logical-spec'
- 'stylelint-use-nesting'
- 'stylelint-value-list-box-shadow-inset-first'
- 'stylelint-value-no-unknown-custom-properties'
- 'stylelint-z-index-value-constraint'
stylelint-version:
- 'stylelint/stylelint'
- 'stylelint@latest'
Expand All @@ -126,7 +100,7 @@ jobs:
with:
repository: ${{ steps.repo-info.outputs.fullname }}

- name: Setup Node.js
- name: Setup Node.js LTS
uses: actions/setup-node@v4
with:
node-version: 'lts/*'
Expand Down

0 comments on commit c338845

Please sign in to comment.