Skip to content

chore(version): Upgrade reflect-metadata from 0.1.14 to 0.2.1 #345

chore(version): Upgrade reflect-metadata from 0.1.14 to 0.2.1

chore(version): Upgrade reflect-metadata from 0.1.14 to 0.2.1 #345

Workflow file for this run

name: "Lint PR"
on:
pull_request:
types:
- opened
- edited
- synchronize
pull_request_target:
types:
- opened
- edited
- synchronize
jobs:
lint-pr:
name: Validate PR title
runs-on: ubuntu-latest
steps:
- name: Lint PR
uses: amannn/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}