Skip to content

Document how to run the Linea stack. #1748

Document how to run the Linea stack.

Document how to run the Linea stack. #1748

Workflow file for this run

---
name: Build
on:
pull_request:
branches:
- main
jobs:
build:
name: Build
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- uses: actions/checkout@v4
- name: Build
uses: Consensys/docs-gha-2023/build@main
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}