Skip to content

Update dependency androidx.lifecycle:lifecycle-runtime-ktx to v2.6.2 - autoclosed #202

Update dependency androidx.lifecycle:lifecycle-runtime-ktx to v2.6.2 - autoclosed

Update dependency androidx.lifecycle:lifecycle-runtime-ktx to v2.6.2 - autoclosed #202

Workflow file for this run

name: Lint check
on:
pull_request:
branches: [main, development]
jobs:
build:
name: Run ktlint
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: ktlint
uses: github/super-linter/slim@v5
env:
VALIDATE_ALL_CODEBASE: false
VALIDATE_KOTLIN: true
DEFAULT_BRANCH: main
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}