feature/rebase-upstream #1

Open
ahuston-0 wants to merge 1 commits from feature/rebase-upstream into main

View File

@ -24,6 +24,8 @@ jobs:
with:
node-version: 20.x
cache: npm
- name: Install Docker
run: apt update && apt install docker.io -y
- run: npm ci
- run: npm run build
- run: npm run format-check