Skip to content

Fixed a bug where you could not use the app if you did not have an en… #14

Fixed a bug where you could not use the app if you did not have an en…

Fixed a bug where you could not use the app if you did not have an en… #14

Workflow file for this run

name: Spell checking
on: [pull_request]
jobs:
run:
name: Spell Check with Typos
runs-on: ubuntu-latest
steps:
- name: Checkout Actions Repository
uses: actions/checkout@v4
- name: Check spelling of file.txt
uses: crate-ci/typos@master