Skip to content

WIP: Add MANY type annotations 🚀 #231

WIP: Add MANY type annotations 🚀

WIP: Add MANY type annotations 🚀 #231

Workflow file for this run

name: Check spelling
on:
pull_request:
branches: ["master"]
jobs:
spellcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
repository: ${{ github.event.pull_request.head.repo.full_name }}
ref: ${{ github.head_ref }}
- uses: nixbuild/nix-quick-install-action@v30
- run: nix develop -i -c bash -c 'make spellcheck'