Skip to content

Commit

Permalink
fixup! Merge pull request #1540 from OneSignal/android_native_release…
Browse files Browse the repository at this point in the history
…_4.7.0
  • Loading branch information
geekvikas committed Mar 15, 2022
1 parent d41e6cf commit 7c839f6
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
build:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
Expand All @@ -32,9 +32,17 @@ jobs:
lint_and_test:
needs: build
runs-on: ubuntu-latest

steps:
- name: Setup Gradle
uses: gradle/gradle-build-action@v2
with:
gradle-version: current
build-root-directory: Examples/OneSignalDemo

# Check the code with ktlint
- name: Run Kotlin Linter
uses: gradle/gradle-build-action@v2
run: ./gradlew ktlintStagingDebugCheck

# Check the code with Android linter
Expand Down

0 comments on commit 7c839f6

Please sign in to comment.