Skip to content

Patcher and interfaces for custom types to be used in expressions as standard go types #425

Patcher and interfaces for custom types to be used in expressions as standard go types

Patcher and interfaces for custom types to be used in expressions as standard go types #425

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 --experimental .github/scripts/coverage.mjs