added vscode extensions
This commit is contained in:
parent
7cde0829be
commit
26e2a50441
316 changed files with 37301 additions and 0 deletions
1
.vscode/extensions/johnsoncodehk.volar-0.27.21/.github/FUNDING.yml
vendored
Normal file
1
.vscode/extensions/johnsoncodehk.volar-0.27.21/.github/FUNDING.yml
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
github: johnsoncodehk
|
||||
23
.vscode/extensions/johnsoncodehk.volar-0.27.21/.github/workflows/test.yml
vendored
Normal file
23
.vscode/extensions/johnsoncodehk.volar-0.27.21/.github/workflows/test.yml
vendored
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
name: testing
|
||||
|
||||
on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
node-version: [12.x, 14.x]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Use Node.js ${{ matrix.node-version }}
|
||||
uses: actions/setup-node@v1
|
||||
with:
|
||||
node-version: ${{ matrix.node-version }}
|
||||
- run: npm i -g yarn
|
||||
- run: yarn
|
||||
- run: yarn compile
|
||||
- run: yarn test
|
||||
Loading…
Add table
Add a link
Reference in a new issue