Merge pull request #274 from forta-network/caner/fix-nil-pointer-pani… #261
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 }} |