chore(deps): bump lucide-react from 0.488.0 to 0.545.0 #131
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: Trigger Build and Test Next.js | |
| on: | |
| push: | |
| branches-ignore: | |
| - main | |
| - dev | |
| jobs: | |
| call-reusable-build: | |
| name: Call Reusable Build and Test Next.js | |
| uses: JamesonRGrieve/Workflows/.github/workflows/build-next.yml@main # Path to the reusable workflow | |
| with: | |
| node-version: '20' # Optional: specify Node.js version, or omit to use default from reusable workflow | |
| permissions: | |
| contents: write # Required because the reusable workflow (specifically its lint job) needs it | |
| secrets: inherit # If the reusable workflow needed secrets, they would be passed like this |