Skip to content

perf(test): optimize integration tests to use local fixtures #12174

perf(test): optimize integration tests to use local fixtures

perf(test): optimize integration tests to use local fixtures #12174

Workflow file for this run

name: Lint Pull Requests
on:
pull_request_target:
types:
- opened
- edited
- synchronize
permissions:
pull-requests: read
jobs:
check-title:
runs-on: ubuntu-latest
steps:
- name: Check PR title
uses: amannn/action-semantic-pull-request@48f256284bd46cdaab1048c3721360e808335d50 # v6
id: check_pr_title
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}