Skip to content

Filter patches to the ones that might be applicable (#489) #1087

Filter patches to the ones that might be applicable (#489)

Filter patches to the ones that might be applicable (#489) #1087

Workflow file for this run

name: CI
on:
push:
branches:
- '**'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18.x
cache: 'yarn'
- run: yarn
- run: yarn deps:build
- run: yarn turbo run build
- run: yarn vscode:dev
- run: yarn turbo run lint test
- run: (cd apps/extension/client && npx vsce package --yarn)
- uses: actions/upload-artifact@v3
with:
name: xstate-tools
path: 'apps/extension/client/*.vsix'