From 563d42b5ebb872a0e66aa0638fdd7202b88c3df4 Mon Sep 17 00:00:00 2001 From: cascode Date: Sat, 21 Oct 2023 01:51:53 -0700 Subject: [PATCH] add node --- .gitea/workflows/checks.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitea/workflows/checks.yml b/.gitea/workflows/checks.yml index 1f50a47..50ae6fc 100644 --- a/.gitea/workflows/checks.yml +++ b/.gitea/workflows/checks.yml @@ -10,6 +10,8 @@ jobs: image: "rust:1.73-alpine3.18" name: format steps: + - name: TODO put in image base + run: apk add nodejs - uses: actions/checkout@v4 - name: TODO put in image base run: rustup component add rustfmt