Attempt to add CI

This commit is contained in:
Vinícius Garcia 2021-12-22 19:44:16 -03:00
parent 82a43fda87
commit 71a9810582

12
.github/workflows/main.yml vendored Normal file
View File

@ -0,0 +1,12 @@
name: CI
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run a one-line script
run: go test ./...