Skip to content

Merge pull request #317 from forta-network/caner/json-rpc-redundancy #290

Merge pull request #317 from forta-network/caner/json-rpc-redundancy

Merge pull request #317 from forta-network/caner/json-rpc-redundancy #290

Workflow file for this run

name: Merge
on:
push:
branches: [master]
workflow_dispatch:
jobs:
go:
name: Validate Go code
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Validate and test Go code
id: go
uses: ./.github/actions/go
with:
COVERAGE_THRESHOLD: ${{ vars.COVERAGE_THRESHOLD }}