Skip to content

check_spelling() adds the package name to the whitelist #465

check_spelling() adds the package name to the whitelist

check_spelling() adds the package name to the whitelist #465

Workflow file for this run

on:
push:
branches-ignore:
- main
- ghpages
name: "check package with checklist"
jobs:
check-package:
runs-on: ubuntu-latest
name: "check package"
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
ZENODO_SANDBOX: ${{ secrets.ZENODO_SANDBOX }}
permissions:
contents: read
steps:
- uses: inbo/actions/check_pkg@main