Skip to content

chore(deps): bump fast-uri from 3.1.2 to 3.1.5 #506

chore(deps): bump fast-uri from 3.1.2 to 3.1.5

chore(deps): bump fast-uri from 3.1.2 to 3.1.5 #506

Workflow file for this run

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