Skip to content

fix: reject BlobTxs larger than 2 MiB (#4084) #1880

fix: reject BlobTxs larger than 2 MiB (#4084)

fix: reject BlobTxs larger than 2 MiB (#4084) #1880

Workflow file for this run

name: lint
on:
workflow_call:
jobs:
golangci-lint:
name: golangci-lint
runs-on: ubuntu-latest
timeout-minutes: 8
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
- uses: technote-space/[email protected]
with:
# This job will pass without running if go.mod, go.sum, and *.go
# wasn't modified.
PATTERNS: |
**/**.go
go.mod
go.sum
- uses: golangci/[email protected]
with:
version: v1.61.0
args: --timeout 10m
github-token: ${{ secrets.github_token }}
if: env.GIT_DIFF
# hadolint lints the Dockerfile
hadolint:
<<<<<<< HEAD

Check failure on line 32 in .github/workflows/lint.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/lint.yml

Invalid workflow file

You have an error in your yaml syntax on line 32
uses: celestiaorg/.github/.github/workflows/[email protected]
=======
uses: celestiaorg/.github/.github/workflows/[email protected]
>>>>>>> 3751aacd (fix: reject BlobTxs larger than 2 MiB (#4084))
with:
dockerfile: "docker/Dockerfile"
yamllint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
<<<<<<< HEAD
- uses: celestiaorg/.github/.github/actions/[email protected]
=======
- uses: celestiaorg/.github/.github/actions/[email protected]
>>>>>>> 3751aacd (fix: reject BlobTxs larger than 2 MiB (#4084))