Skip to content

fix(ci): update output variable for skip condition in `i18n-update-sc… #13

fix(ci): update output variable for skip condition in `i18n-update-sc…

fix(ci): update output variable for skip condition in `i18n-update-sc… #13

Workflow file for this run

name: CI-typos
on: [push, pull_request]
jobs:
spell-check:
name: Spell Check
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Check typos on code
uses: crate-ci/typos@master
with:
config: ./typos.toml