Skip to content

feat(ci): add dependabot.yml #3

feat(ci): add dependabot.yml

feat(ci): add dependabot.yml #3

Workflow file for this run

name: spell check
on: [push, pull_request]
jobs:
typos:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: crate-ci/typos@master