Skip to content

Update SSH keyscan command to include SSH port #76

Update SSH keyscan command to include SSH port

Update SSH keyscan command to include SSH port #76

Workflow file for this run

name: ESLint
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
name: eslint
runs-on: ubuntu-latest
steps:
- uses: pnpm/action-setup@v2
name: Install pnpm
id: pnpm-install
with:
version: 7
run_install: false
- uses: actions/checkout@v3
- name: Install dependencies
run: pnpm install --ignore-scripts
- name: Run ESLint
run: npm run lint