Skip to content

Update workflows

Update workflows #10

Workflow file for this run

name: "Spelling"
on: # yamllint disable-line rule:truthy
pull_request: null
push:
branches:
- "master"
jobs:
typos:
name: "Typos"
runs-on: "ubuntu-latest"
steps:
-
name: "Check out repository"
uses: "actions/checkout@v4"
-
name: "Search for misspellings"
uses: "crate-ci/typos@master"