-
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
stylelint-no-unsupported-browser-features
(#49)
- Loading branch information
1 parent
2d2d60d
commit 2a48ebe
Showing
4 changed files
with
55 additions
and
2 deletions.
There are no files selected for viewing
26 changes: 26 additions & 0 deletions
26
.github/workflows/test-package-stylelint-no-unsupported-browser-features-dcd.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,26 @@ | ||
name: stylelint-no-unsupported-browser-features | ||
on: | ||
push: | ||
branches: | ||
- main | ||
paths: | ||
- .github/workflows/test-package.yml | ||
- .github/workflows/test-package-stylelint-no-unsupported-browser-features-dcd.latest.yml | ||
pull_request: | ||
paths: | ||
- .github/workflows/test-package.yml | ||
- .github/workflows/test-package-stylelint-no-unsupported-browser-features-dcd.latest.yml | ||
workflow_dispatch: null | ||
schedule: | ||
- cron: 0 0 * * * | ||
concurrency: | ||
group: ${{ github.workflow }}-${{ github.ref | ||
}}-stylelint-no-unsupported-browser-features-dcd-latest | ||
cancel-in-progress: true | ||
jobs: | ||
test: | ||
uses: ./.github/workflows/test-package.yml | ||
name: latest | ||
with: | ||
package: stylelint-no-unsupported-browser-features | ||
stylelint-version: stylelint@latest |
26 changes: 26 additions & 0 deletions
26
.github/workflows/test-package-stylelint-no-unsupported-browser-features-dcd.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,26 @@ | ||
name: stylelint-no-unsupported-browser-features | ||
on: | ||
push: | ||
branches: | ||
- main | ||
paths: | ||
- .github/workflows/test-package.yml | ||
- .github/workflows/test-package-stylelint-no-unsupported-browser-features-dcd.next.yml | ||
pull_request: | ||
paths: | ||
- .github/workflows/test-package.yml | ||
- .github/workflows/test-package-stylelint-no-unsupported-browser-features-dcd.next.yml | ||
workflow_dispatch: null | ||
schedule: | ||
- cron: 0 0 * * * | ||
concurrency: | ||
group: ${{ github.workflow }}-${{ github.ref | ||
}}-stylelint-no-unsupported-browser-features-dcd-next | ||
cancel-in-progress: true | ||
jobs: | ||
test: | ||
uses: ./.github/workflows/test-package.yml | ||
name: next | ||
with: | ||
package: stylelint-no-unsupported-browser-features | ||
stylelint-version: stylelint/stylelint |
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