chore(deps): update anthropics/claude-code-action digest to 9c5ddab #1421
This file contains hidden or 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: Test React | |
| on: | |
| push: | |
| paths: | |
| - "packages/react/**/*" | |
| - ".github/workflows/react-test.yml" | |
| - ".github/actions/setup/action.yml" | |
| permissions: | |
| contents: read | |
| jobs: | |
| test: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7 | |
| - uses: ./.github/actions/setup | |
| - name: Build common dependencies | |
| run: bun utils:build && bun headless:build && bun --filter @seed-design/react build | |
| - name: Run tests | |
| run: bun react:test |