Skip to content

build: bump the gradle group with 6 updates #847

build: bump the gradle group with 6 updates

build: bump the gradle group with 6 updates #847

Workflow file for this run

name: Check PR metadata
on:
pull_request:
types:
- opened
- edited
- synchronize
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
check-pr-title:
name: Check PR title
runs-on: ubuntu-latest
steps:
- name: Check PR title against conventional commit standards
uses: Oliver-Binns/Versioning@4695fba9f63bed5b557094f9a64f7a2b1a7639e8 # 1.1.0
with:
ACTION_TYPE: 'Validate'
check-commit-messages:
name: Check commit messages
runs-on: ubuntu-latest
steps:
- name: Checkout codebase
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
lfs: 'true'
submodules: 'true'
fetch-depth: 0
# Check the PR HEAD instead of the merge commit
ref: ${{ github.event.pull_request.head.sha }}
- name: Check commit messages
uses: ./mobile-android-pipelines/actions/verify-conventional-commit