Skip to content
This repository has been archived by the owner on Nov 8, 2024. It is now read-only.

ci: typos and check links #4

ci: typos and check links

ci: typos and check links #4

Workflow file for this run

name: Check Typos
on: [push, pull_request, workflow_dispatch]
jobs:
run:
name: Spell Check with Typos
runs-on: ubuntu-latest
steps:
- name: Checkout Actions Repository
uses: actions/checkout@v4
- name: Check spelling
uses: crate-ci/typos@master