Skip to content

Add migration workflow for agentic workflows from githubnext/gh-aw #18

Add migration workflow for agentic workflows from githubnext/gh-aw

Add migration workflow for agentic workflows from githubnext/gh-aw #18

Workflow file for this run

name: Typos
on:
push:
branches:
- main
pull_request:
permissions:
contents: read
jobs:
typos:
name: Spell Check with Typos
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Check for typos
uses: crate-ci/[email protected]