This repository has been archived by the owner on Sep 4, 2024. It is now read-only.
feat: ⬆️ upgrade secp256k1, solana wallet adapter #395
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: "Tests" | |
on: | |
pull_request: | |
branches: ["**"] | |
push: | |
branches: ["**"] | |
jobs: | |
test: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/[email protected] | |
- uses: actions/setup-node@v2 | |
with: | |
node-version: 16 | |
- name: install | |
run: yarn install | |
- name: lint | |
run: yarn lint | |
- name: test | |
run: yarn test |