-
Notifications
You must be signed in to change notification settings - Fork 883
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Nextdiff --git a/.github/workflows/android.yml b/.github/workflows/android.yml new file mode 100644 index 0000000..d31c789 --- /dev/null +++ b/.github/workflows/android.yml @@ -0,0 +1,17 @@ +name: Android CI +auto complete +on: [push] + +jobs: + build: + + runs-on: ubuntu-latest + + steps: + - uses: actions/checkout@v1 + - name: set up JDK 1.8 + uses: actions/setup-java@v1 + with: + java-version: 1.8 + - name: Build with Gradle + run: ./gradlew build #192
base: v2-master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
💙 🦅 ..
🆕 🌹
patch |
gh pr checkout 192 |
/* https://github.com/jmblog/color-themes-for-highlightjs */ | ||
|
||
/* Atelier Forest Light Comment */ | ||
.hljs-comment, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
KanaryAdaları46.106.37.191test2b2
KanaryAdaları46.106.37.191 |
Kanarya Adaları 2022-02-28 23:03:47t2e2s2t2bn |
gh pr checkout 192 |
demos |
|
Open |
diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml
new file mode 100644
index 0000000..d31c789
--- /dev/null
+++ b/.github/workflows/android.yml
@@ -0,0 +1,17 @@
+name: Android CI
+auto complete
+on: [push]
+
+jobs: