Skip to content

imp(all): Bump to latest state on Evmos main (b72a32d76) #180

imp(all): Bump to latest state on Evmos main (b72a32d76)

imp(all): Bump to latest state on Evmos main (b72a32d76) #180

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