Skip to content

feat: fomat web3 icons #39

feat: fomat web3 icons

feat: fomat web3 icons #39

Workflow file for this run

name: CI
on:
pull_request:
types:
- opened
- synchronize
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js 16.x
uses: actions/setup-node@v3
with:
node-version: 16.x
- name: ci
run: |
npm i pnpm -g
pnpm install
pnpm run ci