Skip to content

build(deps): bump com.jayway.jsonpath:json-path from 2.8.0 to 2.9.0 #25

build(deps): bump com.jayway.jsonpath:json-path from 2.8.0 to 2.9.0

build(deps): bump com.jayway.jsonpath:json-path from 2.8.0 to 2.9.0 #25

Workflow file for this run

name: License checker
on:
push:
branches:
- dubbo-3.2.x
- dubbo-2.x
- release/*
paths-ignore:
- '**.md'
pull_request:
branches:
- dubbo-3.2.x
- dubbo-2.x
- release/*
paths-ignore:
- '**.md'
jobs:
check-license:
runs-on: ubuntu-latest
steps:
- name: Checkout codes
uses: actions/checkout@v4
- name: Check License Header
uses: apache/[email protected]