Rewrite the bot process in Node/Discord.js (#206)

* Rewrite the bot process in js using discord.js

* remove old go code
This commit is contained in:
Katie Macke 2021-03-31 15:35:07 -04:00 committed by GitHub
parent 55bc84e045
commit 7ec603cf70
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
23 changed files with 104 additions and 799 deletions

View file

@ -5,25 +5,6 @@ on:
pull_request:
jobs:
go_test:
runs-on: ubuntu-latest
name: Go CI
steps:
- uses: actions/checkout@master
- uses: actions/cache@v2.1.4
with:
path: ~/go/pkg/mod
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
restore-keys: |
${{ runner.os }}-go-
- uses: actions/setup-go@v2
with:
go-version: '^1.15.5'
- run: go vet ./...
- run: go test ./...
node_test:
runs-on: ubuntu-latest
name: Node CI
@ -116,7 +97,6 @@ jobs:
name: Docker Build & Publish
runs-on: ubuntu-latest
needs:
- go_test
- node_test
strategy:
matrix: