chore(storybook): use theme context in storybook theme switcher #256
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: Dependencies | |
# Run on push master so that PRs can get updated dependency cache and skip install if possible | |
on: | |
push: | |
branches: | |
- master | |
jobs: | |
dependencies: | |
timeout-minutes: 30 | |
name: "dependencies" | |
runs-on: ubuntu-latest | |
steps: | |
- name: "Checkout repository" | |
uses: actions/checkout@v3 | |
- name: "Setup" | |
uses: ./.github/actions/setup | |