Skip to content

feat: replace reef-defi/extension-dapp with @reef-chain/util-lib exte… #334

feat: replace reef-defi/extension-dapp with @reef-chain/util-lib exte…

feat: replace reef-defi/extension-dapp with @reef-chain/util-lib exte… #334

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