Skip to content

update token-icons (#33) #42

update token-icons (#33)

update token-icons (#33) #42

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