Skip to content

Add utility libraries and use correct signers and algorithms #37

Add utility libraries and use correct signers and algorithms

Add utility libraries and use correct signers and algorithms #37

Workflow file for this run

name: Continuous Integration
on: pull_request
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run lint and test
uses: actions/setup-node@v3
with:
node-version: 20.9.0
- run: yarn install --immutable
- run: yarn run test