From 719e78e43fcc03b5fd2bc53b5179b619c1138731 Mon Sep 17 00:00:00 2001 From: Simon Lemieux <1105380+simlmx@users.noreply.github.com> Date: Sun, 18 Aug 2024 00:24:56 +0000 Subject: [PATCH] fixup --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 733267f..30e6743 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -19,7 +19,7 @@ jobs: with: node-version: 20 cache: "pnpm" - - run: make init + - run: make install - run: make build - run: make check-format - run: make test