Skip to content

chore: Update Gradle to 8.2 and AGP to 8.2.0 #343

chore: Update Gradle to 8.2 and AGP to 8.2.0

chore: Update Gradle to 8.2 and AGP to 8.2.0 #343

Workflow file for this run

# Lint PR title
name: pr_title
on:
pull_request_target:
types:
- opened
- edited
- synchronize
jobs:
validate:
name: Validate PR title
runs-on: ubuntu-latest
steps:
- uses: amannn/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}