Skip to content

fix(checker): correct variadic method arg type (#889) #1038

fix(checker): correct variadic method arg type (#889)

fix(checker): correct variadic method arg type (#889) #1038

Workflow file for this run

name: check
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
coverage:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Go 1.18
uses: actions/setup-go@v4
with:
go-version: 1.18
- name: Test
run: npx zx .github/scripts/coverage.mjs