Add CI test workflow
All checks were successful
CI Test / test (push) Successful in 13s

This commit is contained in:
xpltd_admin 2026-04-02 17:59:50 -06:00
parent d5468cf6c1
commit 723b636653

View file

@ -0,0 +1,10 @@
name: CI Test
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Hello
run: echo 'CI is working!'
- name: Node version
run: node --version