Skip to content

ethers-io/run-geth-action

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

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