Skip to content
This repository was archived by the owner on Aug 9, 2026. It is now read-only.

fix(cors): allow X-Cryptify-Source in browser preflights #52

fix(cors): allow X-Cryptify-Source in browser preflights

fix(cors): allow X-Cryptify-Source in browser preflights #52

Workflow file for this run

name: PR Title
on:
pull_request:
types: [opened, edited, synchronize, reopened]
jobs:
lint-pr-title:
name: Conventional Commit
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}