Skip to content

build(deps): bump path-to-regexp from 6.2.1 to 6.3.0 in /bv-trigger #1311

build(deps): bump path-to-regexp from 6.2.1 to 6.3.0 in /bv-trigger

build(deps): bump path-to-regexp from 6.2.1 to 6.3.0 in /bv-trigger #1311

Workflow file for this run

# Copyright 2020, Data61, CSIRO (ABN 41 687 119 230)
#
# SPDX-License-Identifier: BSD-2-Clause
# Actions to run on Push and Pull Request
name: CI
on:
push:
branches:
- master
pull_request:
workflow_call:
jobs:
check:
name: License Check
runs-on: ubuntu-latest
steps:
- uses: seL4/ci-actions/license-check@master
links:
name: Links
runs-on: ubuntu-latest
steps:
- uses: seL4/ci-actions/link-check@master
with:
exclude: '/node_modules/'