systab/.forgejo/workflows/ci.yml

18 lines
337 B
YAML
Raw Normal View History

2026-02-15 11:26:27 -07:00
name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
shellcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install ShellCheck
run: sudo apt-get update && sudo apt-get install -y shellcheck
- name: Run ShellCheck
run: shellcheck systab