Skip to content
This repository has been archived by the owner on Sep 4, 2024. It is now read-only.

Merge pull request #77 from Bundlr-Network/fix/arconnectSignerSaltLength #393

Merge pull request #77 from Bundlr-Network/fix/arconnectSignerSaltLength

Merge pull request #77 from Bundlr-Network/fix/arconnectSignerSaltLength #393

Workflow file for this run

name: "Tests"
on:
pull_request:
branches: ["**"]
push:
branches: ["**"]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.3.4
- uses: actions/setup-node@v2
with:
node-version: 16
- name: install
run: yarn install
- name: lint
run: yarn lint
- name: test
run: yarn test