Skip to content

add modal that shows running config and generated config for a device #51

add modal that shows running config and generated config for a device

add modal that shows running config and generated config for a device #51

Workflow file for this run

name: CI
on:
pull_request:
branches:
- develop
push:
branches:
- develop
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "18.x"
- run: npm ci
- run: npm run build
- run: npm test
- run: npx prettier . --check