Skip to content

Add typos to GitHub CI #1

Add typos to GitHub CI

Add typos to GitHub CI #1

Workflow file for this run

---
name: pull_request
on:
pull_request:
types:
- synchronize
- reopened
- opened
branches:
- main
paths-ignore:
- '**.md'
- 'Documentation/**'
jobs:
spelling:
name: Spell Check with Typos
runs-on: ubuntu-latest
steps:
- name: Checkout Actions Repository
uses: actions/checkout@v4
- name: Spell Check Repo
uses: crate-ci/typos@v1.31.1
with:
extend_identifiers: ratatui
build:
needs: spellcheck

Check failure on line 30 in .github/workflows/pull_request.yml

View workflow run for this annotation

GitHub Actions / pull_request

Invalid workflow file

The workflow is not valid. .github/workflows/pull_request.yml (Line: 30, Col: 12): Job 'build' depends on unknown job 'spellcheck'.
uses: ./.github/workflows/build.yml