Skip to content

Specify apple team ID for notarization #1186

Specify apple team ID for notarization

Specify apple team ID for notarization #1186

Workflow file for this run

name: Lint
on: [pull_request, push]
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 16
- run: yarn install --frozen-lockfile
- run: yarn lint