Move ZapZap entry to communication apps, remove redundant zoom entry … #645
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Check for typos | |
on: | |
[push, pull_request, workflow_dispatch] | |
jobs: | |
check-typos: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- run: git fetch origin ${{ github.base_ref }} | |
- name: Run spellcheck | |
uses: crate-ci/[email protected] |