Use M3 TransformingLazyColumn in Wear App #1829
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Github CI | |
on: pull_request | |
jobs: | |
verify: | |
runs-on: ubuntu-22.04 | |
steps: | |
- uses: actions/checkout@v4 | |
with: | |
lfs: 'true' | |
- uses: gradle/wrapper-validation-action@v3 | |
- name: Validate Renovate | |
uses: rinchsan/[email protected] | |
with: | |
pattern: 'renovate.json' | |
- name: Check GIT lfs images | |
run: | | |
./.github/scripts/git-lfs-check.sh |