Skip to content

Remote setup guide with Tailscale and Docker #879

Remote setup guide with Tailscale and Docker

Remote setup guide with Tailscale and Docker #879

Workflow file for this run

name: Check typos
on:
pull_request:
branches:
- main
jobs:
check-typos:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v5
- name: Check for typos
uses: crate-ci/typos@v1