Skip to content

added support for include filter #39

added support for include filter

added support for include filter #39

Workflow file for this run

name: pr
on: pull_request
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: '0'
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.18
- name: Build
run: ./build.sh