Skip to content

Feature/applications/vms #1079

Feature/applications/vms

Feature/applications/vms #1079

Workflow file for this run

name: Check for typos
permissions:
contents: read
on:
[push, pull_request, workflow_dispatch]
jobs:
check-typos:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: git fetch origin ${{ github.base_ref }}
- name: Run spellcheck
uses: crate-ci/typos@v1.26.0