Skip to content

npm: bump @commitlint/cli from 16.3.0 to 20.0.0 #1022

npm: bump @commitlint/cli from 16.3.0 to 20.0.0

npm: bump @commitlint/cli from 16.3.0 to 20.0.0 #1022

Workflow file for this run

name: Spell Check
on:
push:
branches:
- master
- "*-stable"
# Switch from `pull_request_target` event to reduce distraction from comments
# regarding errors reported in unmodified files.
pull_request:
branches:
- master
- "*-stable"
jobs:
build:
name: Spell Check
runs-on: "ubuntu-latest"
timeout-minutes: 10
steps:
- name: Checkout Repository
uses: actions/checkout@v2
- name: Check Spellings
uses: check-spelling/[email protected]