Skip to content

Whitelist RapidFuzz package in license tests as it carries an MIT l… #44

Whitelist RapidFuzz package in license tests as it carries an MIT l…

Whitelist RapidFuzz package in license tests as it carries an MIT l… #44

Workflow file for this run

name: Run License Tests
on:
push:
workflow_dispatch:
pull_request:
branches:
- master
jobs:
license_tests:
uses: neongeckocom/.github/.github/workflows/license_tests.yml@master
with:
packages-exclude: '^(neon-llm-fastchat|tqdm|RapidFuzz).*'