Skip to content

removing unused icons, adding crypto-exchange #3

removing unused icons, adding crypto-exchange

removing unused icons, adding crypto-exchange #3

Workflow file for this run

name: Build and test the package
on:
push:
branches:
- main
pull_request:
types:
- opened
- synchronize
- reopened
- ready_for_review
workflow_dispatch:
jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: yarn
- run: yarn lint