Skip to content

fix(deps): update androidxlifecycle to v2.9.1 #316

fix(deps): update androidxlifecycle to v2.9.1

fix(deps): update androidxlifecycle to v2.9.1 #316

Workflow file for this run

name: Push workflow
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
sanity-checks:
name: Run sanity checks
uses: ./.github/workflows/sanity-checks.yml
secrets: inherit
lint:
name: Run linters
uses: ./.github/workflows/lint.yml
secrets: inherit
tests:
name: Run tests
uses: ./.github/workflows/test.yml
secrets: inherit