Jacob Schmidt d178e39164 Refactor client UI stores and normalize docs formatting
- Rework org and store UI state modules (rename/move store/getter files, add runtime and bridge wiring)
- Update store UI components and page structure (navbar/cart split, new StoreView flow)
- Apply broad markdown/YAML/HTML/CSS/JS formatting cleanup across docs, templates, and workflows
2026-03-10 19:13:30 -05:00

29 lines
546 B
YAML

name: HEMTT
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
validate:
runs-on: ubuntu-latest
steps:
- name: Checkout the source code
uses: actions/checkout@v4
- name: Validate Config
run: python tools/config_style_checker.py
- name: Check for BOM
uses: arma-actions/bom-check@master
with:
path: "addons"
- name: Setup HEMTT
uses: arma-actions/hemtt@v1
- name: Run HEMTT check
run: hemtt check --pedantic