Skip to content
This repository was archived by the owner on Jun 20, 2025. It is now read-only.

feat: hardhat task to check endpoint version #75

feat: hardhat task to check endpoint version

feat: hardhat task to check endpoint version #75

Workflow file for this run

name: unit tests
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: '18'
- name: Install dependencies
run: yarn install
- name: Run unit tests
run: yarn test