Skip to content

fix: improve sf nodes ssh documentation and specification #1041

fix: improve sf nodes ssh documentation and specification

fix: improve sf nodes ssh documentation and specification #1041

Workflow file for this run

name: CLI (Check)
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
# run format, lint, and test
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: denoland/setup-deno@v2
with:
deno-version-file: .tool-versions
- run: deno install
- run: deno fmt --check
- run: deno lint
- run: deno check --config deno.json .
- run: deno test --allow-all