Skip to content

Add large tx allow list description #713

Add large tx allow list description

Add large tx allow list description #713

Workflow file for this run

name: PR Tests
on:
pull_request:
branches: "staging"
jobs:
build:
if: github.event_name != 'push'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: '12.x'
- name: Test Build
env:
TARGET_URL: "http://not-docs.flashbots.net"
BASE_URL: "/docs/"
run: |
if [ -e yarn.lock ]; then
yarn install --frozen-lockfile
elif [ -e package-lock.json ]; then
npm ci
else
npm i
fi
npm run build