Skip to content

dependabot

dependabot #25

Workflow file for this run

name: Automated testing
on:
push:
pull_request:
branches:
- main
jobs:
spelling:
runs-on: ubuntu-latest
steps:
# Boilerplate
- name: Checkout repository
uses: actions/checkout@v5
- name: Check spelling
uses: crate-ci/[email protected]
with:
config: .github/workflows/typos.toml