Compare commits

..

1 Commits

Author SHA1 Message Date
5a3a297c27 Sync main with dev (#8)
All checks were successful
Build / Build (push) Successful in 2m2s
Publish cosmos-explorer docker image on release / Run docker build and publish (release) Successful in 3m44s
Part of https://plan.wireit.in/deepstack/browse/VUL-329

Co-authored-by: Nabarun <nabarun@deepstacksoft.com>
Reviewed-on: #8
Co-authored-by: Prathamesh Musale <prathamesh.musale0@gmail.com>
Co-committed-by: Prathamesh Musale <prathamesh.musale0@gmail.com>
2026-02-19 06:40:14 +00:00
3 changed files with 34 additions and 1 deletions

View File

@ -0,0 +1,33 @@
name: Build
on:
push:
branches: [master, dev]
paths:
- 'src/**'
pull_request:
branches: [master, dev]
paths:
- 'src/**'
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '20.x'
- name: Enable corepack and yarn
run: corepack enable
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Build project
run: yarn build

View File

@ -1,6 +1,6 @@
{
"name": "ping.pub",
"version": "3.0.1-zenith-0.2.0",
"version": "3.0.1-zenith-0.2.1",
"private": true,
"target": "",
"scripts": {