Skip to content

[feat] test and add sustainability scheme #21

[feat] test and add sustainability scheme

[feat] test and add sustainability scheme #21

Workflow file for this run

name: Test_Contract
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
test_contract:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: install
run: |
npm install
- name: ci clean
run: |
npm ci
npx hardhat test