Skip to content

chore: Update .gitignore files #347

chore: Update .gitignore files

chore: Update .gitignore files #347

Workflow file for this run

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