Skip to content

feat: updated macos notarization #1568

feat: updated macos notarization

feat: updated macos notarization #1568

Workflow file for this run

name: Test CI
on:
push:
branches:
- '**'
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
cache: 'yarn'
- run: yarn
- run: yarn lint:check
- run: yarn pretty:check