Skip to content

Refactoring gcstree (Close #4) #1

Refactoring gcstree (Close #4)

Refactoring gcstree (Close #4) #1

Workflow file for this run

name: pull_request
on:
pull_request:
types: [opened,synchronize]
jobs:
pull_request:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-go@v3
with:
go-version-file: go.mod
cache: true
- name: Go Build
run: |
go build -v ./...
- name: Go Test
run: |
go test -v ./...