Skip to content

Add GitHub Actions workflows for checks and releases #9

Add GitHub Actions workflows for checks and releases

Add GitHub Actions workflows for checks and releases #9

Workflow file for this run

# Checks for typos in the repository
name: typos
permissions:
contents: read
on:
pull_request:
push:
workflow_dispatch:
jobs:
typos:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
- name: spell check repo
uses: crate-ci/typos@80c8a4945eec0f6d464eaf9e65ed98ef085283d1 # v1.38.1