Skip to content
This repository has been archived by the owner on Aug 26, 2024. It is now read-only.

fix: 🔨 add .fmtignore #3

fix: 🔨 add .fmtignore

fix: 🔨 add .fmtignore #3

Workflow file for this run

name: Spell Check
on: [push, workflow_dispatch]
jobs:
spelling:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected]
- name: Spell Check with Typos
uses: crate-ci/typos@master
with:
config: ./typos.toml