fix hidden decoration for Mesh product card on hover, when there is both <ExploreMainProductCards />
and <ToolsAndLibrariesCards />
on page
#4146
Workflow file for this run
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
name: PR | |
on: | |
pull_request: {} | |
jobs: | |
dependencies: | |
uses: the-guild-org/shared-config/.github/workflows/changesets-dependencies.yaml@main | |
secrets: | |
githubToken: ${{ secrets.GUILD_BOT_TOKEN }} | |
canary: | |
uses: the-guild-org/shared-config/.github/workflows/release-snapshot.yml@main | |
with: | |
npmTag: alpha | |
buildScript: build | |
nodeVersion: 20 | |
packageManager: pnpm | |
secrets: | |
githubToken: ${{ secrets.GITHUB_TOKEN }} | |
npmToken: ${{ secrets.NPM_AUTH_TOKEN }} |