Skip to content

A GitHub action to install and start a Geth dev instance.

Notifications You must be signed in to change notification settings

ethers-io/run-geth-action

Folders and files

NameName
Last commit message
Last commit date

Latest commit

9c872bb · Jan 4, 2025

History

20 Commits
Jan 20, 2023
Jan 20, 2023
Jan 4, 2025
Jun 2, 2024

Repository files navigation

Install and Run Geth

This action will install Geth and run a clique instance in dev mode.

Configuration

workflow.yml

name: Run Geth

on:
  push:
    bracnhes:
      - master

jobs:

  run-geth:
    name: Run Geth

    runs-on: ubuntu-latest

    steps:
      - name: Install and run Geth
        uses: ethers-io/run-geth-action

License

MIT License.

About

A GitHub action to install and start a Geth dev instance.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published