Skip to content

[iOS] ✨ Add PagingScrollView #164

[iOS] ✨ Add PagingScrollView

[iOS] ✨ Add PagingScrollView #164

name: Android – PR Check
on:
pull_request:
types: [ opened, synchronize ]
jobs:
lint:
name: Lint & Build
runs-on: [self-hosted, pikachu]
container: mateedevs/charmander
steps:
- name: Checkout repo
uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.head.sha }}
- name: Run lint
run: |
./gradlew ktlintCheck
- name: Run architecture lint
run: |
./gradlew :shared:testDebugUnitTest --tests "konsistTest.*" --no-build-cache --no-configuration-cache
- name: Publish Test Report
uses: mikepenz/action-junit-report@v4
if: success() || failure()
with:
report_paths: '**/build/test-results/testDebugUnitTest/TEST-*.xml'
- name: Build
run: |
git config --global --add safe.directory $GITHUB_WORKSPACE
./gradlew generateTwine
./gradlew :android:app:bundleDebug