Skip to content

Add gitlens readonly scheme #283

Add gitlens readonly scheme

Add gitlens readonly scheme #283

Workflow file for this run

name: Lint & Build
on:
push:
branches:
- master
pull_request:
jobs:
build:
strategy:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
uses: actions/checkout@v2
with:
submodules: true
- name: Install Node.js
uses: actions/setup-node@v1
with:
node-version: "14"
- run: yarn install --frozen-lockfile
- run: yarn lint
- run: yarn build