Skip to content

Fix and rename inGitpodFlexRemoteWindow context key #380

Fix and rename inGitpodFlexRemoteWindow context key

Fix and rename inGitpodFlexRemoteWindow context key #380

Workflow file for this run

name: Build
on:
pull_request:
jobs:
pr:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
cache: "yarn"
- name: Install dependencies
run: |
yarn install --frozen-lockfile
- name: Package extension
run: |
yarn package