mirror of
https://github.com/VinGarcia/ksql.git
synced 2025-04-27 13:12:34 +00:00
Attempt to add CI
This commit is contained in:
parent
82a43fda87
commit
71a9810582
12
.github/workflows/main.yml
vendored
Normal file
12
.github/workflows/main.yml
vendored
Normal 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 ./...
|
Loading…
x
Reference in New Issue
Block a user