AeThex-OS/.github/workflows/build-iso.yml
2025-12-27 19:19:39 +00:00

27 lines
496 B
YAML

name: Verify AeThex-OS
on:
push:
branches:
- main
workflow_dispatch:
jobs:
verify:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: '20'
- name: Install dependencies
run: npm ci --legacy-peer-deps
- name: ✅ Code verified
run: echo "AeThex-OS repository verified"