8000 build(deps): bump golangci/golangci-lint-action from 6.2.0 to 6.5.0 · evmos/evmos@6f587f9 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

build(deps): bump golangci/golangci-lint-action from 6.2.0 to 6.5.0 #6967

build(deps): bump golangci/golangci-lint-action from 6.2.0 to 6.5.0

build(deps): bump golangci/golangci-lint-action from 6.2.0 to 6.5.0 #6967

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/get-diff-action@v6.1.2
id: git_diff
with:
PATTERNS: |
**/**.go
**/**.proto
- run: |
make check-licenses
if: env.GIT_DIFF
0