Skip to content

remove twitter ref

remove twitter ref #9

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- '**'
jobs:
test:
name: Test
runs-on: macOS-latest
steps:
- uses: actions/checkout@v1
- name: go test
run: go test -v