feat: add github actions (#1)

This commit is contained in:
Connor Tumbleson 2022-11-18 06:31:29 -05:00 committed by GitHub
parent 2771eae0a1
commit a0868b9ede
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

11
.github/workflows/ci.yml vendored Normal file
View File

@ -0,0 +1,11 @@
name: CI
on: [pull_request, push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: gradle/gradle-build-action@v2
with:
arguments: build