Skip to content

Only switch to stage if it has scripts #26

Only switch to stage if it has scripts

Only switch to stage if it has scripts #26

Workflow file for this run

name: Typo Checker
on: [pull_request]
jobs:
run:
name: Typos Spell Check
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
submodules: true
- name: Run Typos
uses: crate-ci/typos@master