Checkout with correct SSH key
This commit is contained in:
@@ -11,11 +11,10 @@ jobs:
|
||||
runs-on: node20
|
||||
name: Lint HTML, CSS, and JS
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Set up Node.js
|
||||
uses: actions/setup-node@v4
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
node-version: '18'
|
||||
ssh-key: ${{ secrets.SSH_DEVSOAP_PRIVATE_KEY }}
|
||||
- name: Install linters
|
||||
run: |
|
||||
npm install -g htmlhint stylelint eslint
|
||||
|
||||
Reference in New Issue
Block a user