Skip to content

feat: add basic Jetpack Compose example app to the repo #1

feat: add basic Jetpack Compose example app to the repo

feat: add basic Jetpack Compose example app to the repo #1

Workflow file for this run

name: Check
on:
pull_request:
push:
branches:
- main
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: ./gradlew check