From f3b53af89b5594c9a0fa4a16a051b512fc6a4bd9 Mon Sep 17 00:00:00 2001 From: swee Date: Sat, 18 Jan 2025 17:58:24 -0800 Subject: [PATCH] Update .forgejo/workflows/build.yml --- .forgejo/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/build.yml b/.forgejo/workflows/build.yml index 48f82e8..7725505 100644 --- a/.forgejo/workflows/build.yml +++ b/.forgejo/workflows/build.yml @@ -7,7 +7,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-python@v5 - uses: actions/setup-node@v4 + - name: Install dependencies + run: apt update python3 npm && npm install jshint - run: python3 -m py_compile sweebot.py - - name: Install JSHint if not already - run: whoami - run: jshint script.js \ No newline at end of file