jlord / sheetsee.js

:eyes: :chart_with_upwards_trend: Visualize Data from a Google Spreadsheet
jlord.github.io/sheetsee.js
Other
2.96k stars 867 forks source link

> diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml #235

Open CREATIONuri opened 3 years ago

CREATIONuri commented 3 years ago

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:

  • 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

Originally posted by @CREATIONuri in https://github.com/jlord/sheetsee.js/issues/192#issuecomment-785838665

Soughman7979 commented 2 years ago

export_image