Skip to content

chore(tests): update testing dependencies #2632

chore(tests): update testing dependencies

chore(tests): update testing dependencies #2632

Workflow file for this run

# SPDX-License-Identifier: Apache-2.0
name: "PR Formatting"
on:
workflow_dispatch:
pull_request_target:
types:
- opened
- reopened
- edited
- synchronize
defaults:
run:
shell: bash
permissions:
statuses: write
concurrency:
group: pr-formatting-${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
title-check:
name: Title Check
runs-on: transaction-tools-linux-medium
steps:
- name: Harden Runner
uses: step-security/harden-runner@a5ad31d6a139d249332a2605b85202e8c0b78450 # v2.19.1
with:
egress-policy: audit
- name: Check PR Title
uses: step-security/conventional-pr-title-action@bb2263ec311ca158e9ffa6bd9b997fb425402034 # v3.2.6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}