Skip to content

build(deps): bump express from 4.19.2 to 4.21.0 in /tests/solidity #133

build(deps): bump express from 4.19.2 to 4.21.0 in /tests/solidity

build(deps): bump express from 4.19.2 to 4.21.0 in /tests/solidity #133

Workflow file for this run

name: Check Licenses
on:
pull_request
permissions: read-all
jobs:
check-licenses:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: technote-space/[email protected]
id: git_diff
with:
PATTERNS: |
**/**.go
**/**.proto
- run: |
make check-licenses
if: env.GIT_DIFF