chore(deps-dev): bump @storybook/react from 8.6.14 to 9.1.15 #116
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
| name: Lint Trigger | ||
| on: | ||
| push: | ||
| branches-ignore: | ||
| - main | ||
| - dev | ||
| jobs: | ||
| call-reusable-lint: | ||
| name: Call Reusable Lint Workflow | ||
| uses: JamesonRGrieve/Workflows/.github/workflows/test-lint-ts.yml@main | ||
|
Check failure on line 12 in .github/workflows/lint.yml
|
||
| # No specific inputs needed for the reusable lint workflow | ||
| # Permissions are handled by the reusable workflow itself or should be inherited. | ||
| # If secrets were needed, they would be passed here like: | ||
| # secrets: inherit | ||