Bump the npm_and_yarn group across 11 directories with 12 updates #12903
Workflow file for this run
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
| # NO-OP placeholder that always passes for other paths | |
| # This is here so that we're able to set the status check as required | |
| name: Storybook Void | |
| on: | |
| pull_request: | |
| paths-ignore: | |
| - '.github/workflows/verify_storybook.yml' | |
| - 'storybook/**' | |
| - 'packages/config/src/**' | |
| - 'packages/theme/src/**' | |
| - 'packages/types/src/**' | |
| - 'packages/errors/src/**' | |
| - 'packages/version-bridge/src/**' | |
| - 'packages/test-utils/src/**' | |
| - 'packages/core-app-api/src/**' | |
| - 'packages/core-plugin-api/src/**' | |
| - 'packages/core-components/src/**' | |
| - '**/*.stories.tsx' | |
| jobs: | |
| noop: | |
| runs-on: ubuntu-latest | |
| name: Storybook | |
| steps: | |
| - run: echo NOOP |