-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enable
@shopify/stylelint-plugin
(#43)
* disable failing packages * enable @shopify/stylelint-plugin * readme * readme * workflows * fix
- Loading branch information
1 parent
76a758c
commit 2a03673
Showing
4 changed files
with
68 additions
and
9 deletions.
There are no files selected for viewing
29 changes: 29 additions & 0 deletions
29
.github/workflows/test-package-shopify-stylelint-plugin-a90.latest.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
name: '@shopify/stylelint-plugin' | ||
on: | ||
push: | ||
branches: | ||
- main | ||
paths: | ||
- .github/workflows/test-package.yml | ||
- .github/workflows/test-package-shopify-stylelint-plugin-a90.latest.yml | ||
pull_request: | ||
paths: | ||
- .github/workflows/test-package.yml | ||
- .github/workflows/test-package-shopify-stylelint-plugin-a90.latest.yml | ||
workflow_dispatch: null | ||
schedule: | ||
- cron: 0 0 * * * | ||
concurrency: | ||
group: ${{ github.workflow }}-${{ github.ref }}-shopify-stylelint-plugin-a90-latest | ||
cancel-in-progress: true | ||
jobs: | ||
test: | ||
uses: ./.github/workflows/test-package.yml | ||
name: latest | ||
with: | ||
package: '@shopify/stylelint-plugin' | ||
stylelint-version: stylelint@latest | ||
install-command: yarn | ||
list-installed-versions-command: yarn list --pattern stylelint | ||
test-command: NODE_OPTIONS="--experimental-vm-modules --no-warnings" npx jest | ||
--runInBand |
29 changes: 29 additions & 0 deletions
29
.github/workflows/test-package-shopify-stylelint-plugin-a90.next.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
name: '@shopify/stylelint-plugin' | ||
on: | ||
push: | ||
branches: | ||
- main | ||
paths: | ||
- .github/workflows/test-package.yml | ||
- .github/workflows/test-package-shopify-stylelint-plugin-a90.next.yml | ||
pull_request: | ||
paths: | ||
- .github/workflows/test-package.yml | ||
- .github/workflows/test-package-shopify-stylelint-plugin-a90.next.yml | ||
workflow_dispatch: null | ||
schedule: | ||
- cron: 0 0 * * * | ||
concurrency: | ||
group: ${{ github.workflow }}-${{ github.ref }}-shopify-stylelint-plugin-a90-next | ||
cancel-in-progress: true | ||
jobs: | ||
test: | ||
uses: ./.github/workflows/test-package.yml | ||
name: next | ||
with: | ||
package: '@shopify/stylelint-plugin' | ||
stylelint-version: stylelint/stylelint | ||
install-command: yarn | ||
list-installed-versions-command: yarn list --pattern stylelint | ||
test-command: NODE_OPTIONS="--experimental-vm-modules --no-warnings" npx jest | ||
--runInBand |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters