Skip to content

Add trust option for sysdevrun-dosipas keys (RICS 9950, key id 1) #141

Add trust option for sysdevrun-dosipas keys (RICS 9950, key id 1)

Add trust option for sysdevrun-dosipas keys (RICS 9950, key id 1) #141

Workflow file for this run

name: CI
on:
push:
branches: ['**']
pull_request:
branches: ['**']
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20, 22]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: npm
- run: npm ci
- run: npm test
- run: npm run build