try image with node
All checks were successful
CI / shellcheck (push) Successful in 14s

This commit is contained in:
Matthias Johnson 2026-02-16 09:20:45 -07:00
parent 972178ad1c
commit f393941a37

View file

@ -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