Skip to content

eth_moa new instance added and relative images in home updated #18

eth_moa new instance added and relative images in home updated

eth_moa new instance added and relative images in home updated #18

Workflow file for this run

name: Build on Pull Request
on:
pull_request:
branches:
- dev
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: "18"
- name: Install dependencies
run: npm install -f
- name: Build the project
env:
CI: false
run: npm run build