Skip to content

Merge pull request #299 from illuminat3/bugfix/fix-typo #146

Merge pull request #299 from illuminat3/bugfix/fix-typo

Merge pull request #299 from illuminat3/bugfix/fix-typo #146

Workflow file for this run

name: CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 16.x
- run: npm i
- run: |
cd packages/zip-viewer
npm i
- run: |
echo ">>> Start compile vscode-office."
npm run build
echo ">>> Compile vscode-office sucess!"