Skip to content

ci: add dependabot.yml #20

ci: add dependabot.yml

ci: add dependabot.yml #20

Workflow file for this run

name: QA
on: [ push, pull_request ]
jobs:
spellcheck:
name: Spellcheck
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
# Executes "typos ."
- uses: crate-ci/[email protected]