systab/.forgejo/workflows/ci.yml
Matthias Johnson f393941a37
All checks were successful
CI / shellcheck (push) Successful in 14s
try image with node
2026-02-16 09:20:45 -07:00

18 lines
380 B
YAML

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
shellcheck:
runs-on: ubuntu-latest
container: ghcr.io/catthehacker/ubuntu:act-22.04
steps:
- uses: actions/checkout@v4
- name: Install ShellCheck
run: apt-get update && apt-get install -y shellcheck
- name: Run ShellCheck
run: shellcheck systab