Skip to content

SSH Keygen 教程 - 为RSA登录生成SSH公钥 (#1129) #874

SSH Keygen 教程 - 为RSA登录生成SSH公钥 (#1129)

SSH Keygen 教程 - 为RSA登录生成SSH公钥 (#1129) #874

Workflow file for this run

name: CI & CD
on:
push:
branches:
- main
jobs:
Lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: 'lts/*'
- name: Install & Lint
run: |
npm install
npm run lint