Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 253 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 253 Bytes

Setup SSH Agent

Usage

steps:
  - uses: actions/checkout@v2
  - uses: glg-public/setup-ssh-agent@v1
    with:
      ssh-private-key: ${{ secrets.DEPLOYMENT_SSH_KEY }}
  - run: |
      npm clean-install
      npm run lint
      npm test