Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 428 Bytes

README.md

File metadata and controls

35 lines (24 loc) · 428 Bytes

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.