- Notifications
You must be signed in to change notification settings - Fork20
fix(deps): update dependency @astrojs/starlight to ^0.36.0#962
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:pull-request | |
| on: | |
| workflow_dispatch: | |
| push: | |
| branches: | |
| -main | |
| pull_request: | |
| types:[opened, synchronize] | |
| jobs: | |
| code: | |
| uses:unional/.github/.github/workflows/pnpm-verify.yml@main | |
| secrets:inherit | |
| with: | |
| node-version:'[18]' |