Skip to content

add token-icons (#31) #37

add token-icons (#31)

add token-icons (#31) #37

Workflow file for this run

name: Test
on:
- pull_request
- push
jobs:
Lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- run: npm install
- run: npm test