Skip to content

Commit

Permalink
Merge pull request #21 from TheRadixHub/main
Browse files Browse the repository at this point in the history
update test branch
  • Loading branch information
v-Kaefer authored Jan 29, 2024
2 parents a0d59dd + 5e1c6f2 commit 8b6f3b4
Show file tree
Hide file tree
Showing 4 changed files with 396 additions and 122 deletions.
28 changes: 0 additions & 28 deletions .github/workflows/build.yaml

This file was deleted.

30 changes: 30 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
name: Build and Test

on:
push:
branches:
- main
pull_request:
branches:
- main

jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v4

- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 20.x

- name: Install Dependencies
run: npm install

- name: Build
run: npm run build

- name: Test
run: npm run test
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# BridgeRouteX.github.io
# BridgeRouteX

Dapp Interface
<!--
node v20.x
Expand Down
Loading

0 comments on commit 8b6f3b4

Please sign in to comment.