mirror of
https://github.com/mamoe/mirai.git
synced 2025-03-24 14:30:09 +08:00
Create main.yml
This commit is contained in:
parent
ccb41e36f0
commit
6890ebf8e6
14
.github/workflows/main.yml
vendored
Normal file
14
.github/workflows/main.yml
vendored
Normal 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
|
||||
|
Loading…
Reference in New Issue
Block a user