Skip to content

chore(deps): run the visual tests against uikit 7.48 #341

chore(deps): run the visual tests against uikit 7.48

chore(deps): run the visual tests against uikit 7.48 #341

Workflow file for this run

name: PR Title Lint
on:
pull_request:
types: [opened, edited, synchronize, reopened]
merge_group:
jobs:
lint:
name: Lint PR Title
runs-on: ubuntu-latest
steps:
- name: Validate PR title
if: github.event_name == 'pull_request'
uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Skip on merge_group
if: github.event_name == 'merge_group'
run: echo "PR title already validated before entering merge queue"