add release workflow

This commit is contained in:
2026-07-27 15:24:01 +06:00
parent a5891f8e21
commit 3190d176f2
3 changed files with 42 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
name: CI
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
syntax-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: node --check main.js