Skip to content

Commit

Permalink
Merge pull request #10 from visoftsolutions/9-exchange-mobile-version
Browse files Browse the repository at this point in the history
exchange mobile version
  • Loading branch information
Okm165 authored Oct 26, 2023
2 parents 34479df + db4b02d commit f4bf56e
Show file tree
Hide file tree
Showing 37 changed files with 2,249 additions and 853 deletions.
30 changes: 0 additions & 30 deletions .github/workflows/node.js.yml

This file was deleted.

21 changes: 21 additions & 0 deletions .github/workflows/qwik_build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Qwik build

on:
push:
branches: ["main"]
pull_request:
branches: ["main"]

jobs:
build:
runs-on: self-hosted

steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: 18
- run: npm ci
- run: npm run fmt.check
- run: npm run lint
- run: npm run build
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# KSOX-WEB

![Workflow Status](https://github.com/visoftsolutions/ksox-web/actions/workflows/node.js.yml/badge.svg?event=push)
[![GitHub Workflow Status Qwik Build](https://github.com/visoftsolutions/ksox-web/actions/workflows/qwik_build.yml/badge.svg)](https://github.com/visoftsolutions/ksox-web/actions/workflows/qwik_build.yml)
![Version](https://img.shields.io/badge/version-0.1.0-blue)

## 🚀 Quick Start Guide

Expand Down
Loading

0 comments on commit f4bf56e

Please sign in to comment.