File tree 3 files changed +23
-31
lines changed
3 files changed +23
-31
lines changed Original file line number Diff line number Diff line change
1
+ name : Android CI
2
+
3
+ on :
4
+ - pull_request
5
+ - push
6
+
7
+ jobs :
8
+ build :
9
+ runs-on : ubuntu-latest
10
+ steps :
11
+ - uses : actions/checkout@v2
12
+ - name : set up JDK 1.8
13
+ uses : actions/setup-java@v1
14
+ with :
15
+ java-version : 1.8
16
+ - name : Check Snippets
17
+ run : python scripts/checksnippets.py
18
+ - name : Build with Gradle
19
+ run : ./gradlew clean ktlint build
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -8,4 +8,7 @@ on [firebase.google.com](https://firebase.google.com/docs/).
8
8
We love contributions! See [ CONTRIBUTING.md] ( ./CONTRIBUTING.md ) for guidelines.
9
9
10
10
11
- [ ![ Build Status] ( https://travis-ci.org/firebase/snippets-android.svg?branch=master )] ( https://travis-ci.org/firebase/snippets-android )
11
+ [ ![ Actions Status] [ gh-actions-badge ]] [ gh-actions ]
12
+
13
+ [ gh-actions ] : https://github.com/firebase/snippets-android/actions
14
+ [ gh-actions-badge ] : https://github.com/firebase/snippets-android/workflows/Android%20CI/badge.svg
You can’t perform that action at this time.
0 commit comments