feature/rebase-upstream #1

Open
ahuston-0 wants to merge 9 commits from feature/rebase-upstream into main
6 changed files with 105 additions and 19 deletions
Showing only changes of commit 5e336bf8e3 - Show all commits

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