Removed all github workflows

This commit is contained in:
h202-wq
2026-07-09 12:05:27 -04:00
parent 20554682e2
commit 17036ee789
12 changed files with 71 additions and 130 deletions
+30
View File
@@ -0,0 +1,30 @@
name: Build Sanity Check
on:
pull_request:
types:
- opened
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: "1.26.1"
- name: Set up Node
uses: actions/setup-node@v4
with:
node-version: "22"
- name: Install yarn
run: npm install -g yarn
- name: Prepare Dependencies and Build
run: make dist