Skip to content

refactor: update eng_dict.txt #71

refactor: update eng_dict.txt

refactor: update eng_dict.txt #71

Workflow file for this run

name: build Extension
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20.x]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- name: Build
run: |
npm install
npm run build
- uses: actions/upload-artifact@v4
with:
path: |
dist