Skip to content

chore(deps-dev): bump prettier from 3.1.0 to 3.2.4 in /ui #113

chore(deps-dev): bump prettier from 3.1.0 to 3.2.4 in /ui

chore(deps-dev): bump prettier from 3.1.0 to 3.2.4 in /ui #113

Workflow file for this run

name: PR
on:
pull_request_target:
types:
- opened
- edited
- reopened
- synchronize
permissions:
contents: read
jobs:
title-check:
runs-on: ubuntu-latest
steps:
- name: Check PR Title's semantic conformance
uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}