Skip to content

feat: hide studio button for limited staff #92

feat: hide studio button for limited staff

feat: hide studio button for limited staff #92

Workflow file for this run

name: validate
on:
- push
- pull_request
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version:
- 12
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- run: make validate.ci
- name: Upload coverage
uses: codecov/codecov-action@v2
with:
fail_ci_if_error: true