Skip to content

fix: add missing closing fi to if #402

fix: add missing closing fi to if

fix: add missing closing fi to if #402

Workflow file for this run

name: Test
on: pull_request
jobs:
go-test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Install Go
uses: actions/setup-go@v2
with:
go-version: "^1.17"
- name: Run Tests
run: go test -v ./...