Skip to content

add: add ssh config #96

add: add ssh config

add: add ssh config #96

Workflow file for this run

name: Spell Check Action
on: [pull_request]
jobs:
run:
name: Spell Check with Typos
runs-on: self-hosted
steps:
- name: Checkout Actions Repository
uses: actions/checkout@v4
- name: Check spelling
uses: crate-ci/typos@master
with:
files: ./
- name: Use custom config file
uses: crate-ci/typos@master
with:
files: ./
config: ./typos.toml
- name: Writes changes in the local checkout
uses: crate-ci/typos@master
with:
write_changes: true