Skip to content
This repository has been archived by the owner on Sep 21, 2023. It is now read-only.

chore: Revert "chore: Add crossorigin for preload translation header (#17)" #262

chore: Revert "chore: Add crossorigin for preload translation header (#17)"

chore: Revert "chore: Add crossorigin for preload translation header (#17)" #262

Workflow file for this run

name: "PR Check"
on:
pull_request:
types:
- opened
- edited
- reopened
- synchronize
jobs:
semantic-title:
name: Check PR Title for Semantic Release Type
runs-on: ubuntu-22.04
permissions:
pull-requests: read
steps:
- name: Check PR Title
uses: amannn/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
validateSingleCommit: true