From f393941a37913ea18e88f5885e54e18d95271a2d Mon Sep 17 00:00:00 2001 From: Matthias Johnson Date: Mon, 16 Feb 2026 09:20:45 -0700 Subject: [PATCH] try image with node --- .forgejo/workflows/ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/ci.yml b/.forgejo/workflows/ci.yml index e1b175e..eb44568 100644 --- a/.forgejo/workflows/ci.yml +++ b/.forgejo/workflows/ci.yml @@ -9,9 +9,10 @@ on: jobs: shellcheck: runs-on: ubuntu-latest + container: ghcr.io/catthehacker/ubuntu:act-22.04 steps: - - uses: https://code.forgejo.org/actions/checkout@v4 + - uses: actions/checkout@v4 - name: Install ShellCheck - run: sudo apt-get update && sudo apt-get install -y shellcheck + run: apt-get update && apt-get install -y shellcheck - name: Run ShellCheck run: shellcheck systab