Skip to content

chore: update readme with external examples and cleanup commited examples #16

chore: update readme with external examples and cleanup commited examples

chore: update readme with external examples and cleanup commited examples #16

Workflow file for this run

name: Test - Simple
on:
pull_request:
branches:
- master
push:
branches:
- master
jobs:
run:
runs-on: ubuntu-latest
concurrency:
group: "test-simple-${{ github.head_ref || github.ref }}"
cancel-in-progress: true
steps:
- uses: actions/checkout@v4
- uses: ./
with:
client: go-ethereum
simulator: ethereum/sync
workflow_artifact_upload: true