Attempt to add CI

pull/10/head
Vinícius Garcia 2021-12-22 19:44:16 -03:00
parent 82a43fda87
commit 71a9810582
1 changed files with 12 additions and 0 deletions

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 ./...