Skip to content

Add special case note for unbricking with ccd on adl #838

Add special case note for unbricking with ccd on adl

Add special case note for unbricking with ccd on adl #838

Workflow file for this run

name: CI
on:
push:
branches: ["main"]
pull_request:
jobs:
# Build job
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: NodeJS
uses: actions/setup-node@v3
with:
node-version: '18'
- name: Build with node
run: npm i && npm run build