Open discord link in a new tab #10

Merged
NoahBohme merged 4 commits from master into master 2021-03-15 23:30:57 +10:30
Showing only changes of commit ae24f16631 - Show all commits

View File

@ -1,25 +0,0 @@
name: Go
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.15
- name: Build
run: go build -v ./...
- name: Test
run: go test -v ./...