Create main.yml

This commit is contained in:
Him188 2019-12-15 16:47:58 +08:00 committed by GitHub
parent ccb41e36f0
commit 6890ebf8e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

@ -0,0 +1,14 @@
name: CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Gradle Android
uses: Raul6469/android-gradle-action@1.0.0