Checkout with correct SSH key

This commit is contained in:
2025-11-10 16:16:02 +01:00
parent 139fd4ece6
commit d38034d156
4 changed files with 19 additions and 9 deletions

View File

@@ -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