From 8e9be442ba4272cc0edf41c03ac64057065543de Mon Sep 17 00:00:00 2001 From: Masafumi Koba <473530+ybiquitous@users.noreply.github.com> Date: Fri, 26 Jul 2024 23:49:44 +0900 Subject: [PATCH] Remove hack for specific packages (#17) These packages don't have enough repository info: - stylelint-browser-compat - stylelint-config-ali --- .github/workflows/test-ecosystem.yml | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/.github/workflows/test-ecosystem.yml b/.github/workflows/test-ecosystem.yml index 44920c6..ce9f8ee 100644 --- a/.github/workflows/test-ecosystem.yml +++ b/.github/workflows/test-ecosystem.yml @@ -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' @@ -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: