Skip to content

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

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

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

Workflow file for this run

name: ci-release
# Run this workflow on push events (i.e. PR merge) to main or release branches,
# push events for new semantic version tags, and all PRs.
on:
push:
branches:
- main
- "v*"
tags:
- "v*"
pull_request:
jobs:
lint:
uses: ./.github/workflows/lint.yml

Check failure on line 16 in .github/workflows/ci-release.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/ci-release.yml

Invalid workflow file

error parsing called workflow ".github/workflows/ci-release.yml" -> "./.github/workflows/lint.yml" : You have an error in your yaml syntax on line 32
markdown-linter:
uses: ./.github/workflows/markdown-linter.yml
test:
uses: ./.github/workflows/test.yml
goreleaser:
uses: ./.github/workflows/goreleaser.yml
permissions: write-all
secrets:
GORELEASER_ACCESS_TOKEN: ${{ secrets.GORELEASER_ACCESS_TOKEN }}