Skip to content

Update dependency androidx.activity:activity-compose to v1.13.0 #205

Update dependency androidx.activity:activity-compose to v1.13.0

Update dependency androidx.activity:activity-compose to v1.13.0 #205

Workflow file for this run

name: Detekt🔍️ & Lint🚨
on:
workflow_dispatch:
workflow_call:
pull_request:
branches:
- 'main'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions:
contents: read
pull-requests: write
# Required to upload SARIF files
security-events: write
jobs:
detekt:
uses: ./.github/workflows/detekt.yml
lint:
uses: ./.github/workflows/lint.yml