Skip to content

feat: moved token components to react-lib #375

feat: moved token components to react-lib

feat: moved token components to react-lib #375

Workflow file for this run

name: reef-app CI
on:
push:
branches: [ master ]
pull_request:
branches: "**"
workflow_dispatch:
jobs:
unit-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '18'
cache: 'yarn'
- run: yarn install
- run: yarn lint