chore(deps): bump fast-uri from 3.1.2 to 3.1.5 #506
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 Check & test | |
| permissions: write-all | |
| # Cancel superseded runs on the same PR so only the latest push is checked. | |
| concurrency: | |
| group: pr-check-${{ github.ref }} | |
| cancel-in-progress: true | |
| on: | |
| pull_request: | |
| types: [opened, synchronize, reopened] | |
| jobs: | |
| check: | |
| name: Check | |
| uses: ./.github/workflows/_check.yaml |