Skip to content

Add XLIFF and download utilities. #13

Add XLIFF and download utilities.

Add XLIFF and download utilities. #13

Workflow file for this run

name: Spell Check
on:
push:
branches: master
pull_request:
branches: master
workflow_dispatch:
jobs:
testing:
name: Spell Check with Typos
runs-on: ubuntu-latest
steps:
- name: Checkout Actions Repository
uses: actions/checkout@v4
- name: Check spelling
uses: crate-ci/typos@master