Skip to content

Improve hihgliting for Qbs language syntax in editor #20

Improve hihgliting for Qbs language syntax in editor

Improve hihgliting for Qbs language syntax in editor #20

Workflow file for this run

name: Package Qbs Tools Extension
on:
push:
branches:
- master
jobs:
package-ubuntu:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install Node.js
uses: actions/setup-node@v3
with:
node-version: 19.x
- name: Install dependencies
run: npm install
- name: Create package
run: npm run package
- name: Upload package
uses: actions/upload-artifact@v3
with:
name: qbs-tools.vsix
path: ./qbs-tools-*.vsix
if-no-files-found: error