Skip to content

Commit

Permalink
Remove hack for specific packages (#17)
Browse files Browse the repository at this point in the history
These packages don't have enough repository info:

- stylelint-browser-compat
- stylelint-config-ali
  • Loading branch information
ybiquitous authored Jul 26, 2024
1 parent d0f4225 commit 8e9be44
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/test-ecosystem.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,8 @@ jobs:
- '@stylistic/stylelint-plugin'
- '@wordpress/stylelint-config'
- 'stylelint-actions-formatters'
- 'stylelint-browser-compat'
- 'stylelint-checkstyle-reporter'
- 'stylelint-codeframe-formatter'
- 'stylelint-config-ali'
- 'stylelint-config-astro'
- 'stylelint-config-bod'
- 'stylelint-config-clean-order'
Expand Down Expand Up @@ -135,18 +133,6 @@ jobs:
echo "Directory: ${directory}"
echo "directory=${directory}" >> "${GITHUB_OUTPUT}"
case "${PACKAGE}" in
stylelint-browser-compat)
echo "::warning ::The repository info is missing. Visit https://github.com/3846masa/stylelint-browser-compat"
echo "url=https://github.com/3846masa/stylelint-browser-compat" >> "${GITHUB_OUTPUT}"
echo "fullname=3846masa/stylelint-browser-compat" >> "${GITHUB_OUTPUT}"
;;
stylelint-config-ali)
echo "::warning ::The repository directory is missing. Visit ${url}"
echo "directory=packages/stylelint-config-ali" >> "${GITHUB_OUTPUT}"
;;
esac
- name: Checkout ${{ steps.repo-info.outputs.fullname }}
uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 8e9be44

Please sign in to comment.