Skip to content

ui-kit@2.0.2,react-lib@2.5.4 #346

ui-kit@2.0.2,react-lib@2.5.4

ui-kit@2.0.2,react-lib@2.5.4 #346

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