Skip to content

Bridge and network cleanup #708

Bridge and network cleanup

Bridge and network cleanup #708

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@v3
- name: Build
uses: Consensys/docs-gha-2023/build@main
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}