Skip to content

remove authorized keys mechanism #1000

remove authorized keys mechanism

remove authorized keys mechanism #1000

Workflow file for this run

name: "lint"
on: ["push", "pull_request"]
jobs:
ci:
name: "lint"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 1
- uses: dominikh/staticcheck-action@v1
with:
version: "latest"