Skip to content

Fix comment typo and correct log #63

Fix comment typo and correct log

Fix comment typo and correct log #63

Workflow file for this run

name: CI
on: [push]
jobs:
run-ci:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-node@v3
with:
node-version: 16
- uses: actions/checkout@v4
with:
submodules: recursive
- name: Install Components
run: npm install
- name: Run Rocket Pool tests
run: npm test