Skip to content

feat: add cspell configuration and CI spell-check #36

feat: add cspell configuration and CI spell-check

feat: add cspell configuration and CI spell-check #36

name: Check Licenses
on:
push:
branches: ["main"]
pull_request:
branches: ["*"]
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
check_licenses:
name: Check Licenses
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Base Setup
uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
- name: Check Licenses
run: yarn check-licenses