style(Tabs): change selected color and inherit on content #3
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: Check changeset | |
on: | |
workflow_dispatch: | |
pull_request: | |
paths: | |
- 'packages/cli/**' | |
- 'packages/css/**' | |
- 'packages/react/**' | |
- 'packages/theme/**' | |
jobs: | |
checks: | |
name: Check if changeset is present | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: ./.github/actions/gh-setup | |
- name: Check if changeset status | |
run: yarn changeset status --since=${{ github.event.pull_request.base.ref}} |