Skip to content

Add missing tests

Add missing tests #153

Workflow file for this run

---
name: PR Labels
on:
pull_request_target:
types:
- opened
- synchronize
- labeled
- unlabeled
workflow_call:
jobs:
pr-labels:
name: Verify
runs-on: ubuntu-latest
steps:
- name: 🏷 Verify valid PR label
uses: ludeeus/[email protected]
with:
labels: >-
breaking-change, bugfix,
ci,
dependencies, documentation,
enhancement,
maintenance,
new-feature,
performance,
refactor