Skip to content

[New chain]: Watr Testnet (#1165) #40

[New chain]: Watr Testnet (#1165)

[New chain]: Watr Testnet (#1165) #40

Workflow file for this run

name: CI
on:
pull_request:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 22
- run: |
npm ci
npm run build