Skip to content

Merge pull request #22 from tubone24/renovate/vscode-vsce-2.x #48

Merge pull request #22 from tubone24/renovate/vscode-vsce-2.x

Merge pull request #22 from tubone24/renovate/vscode-vsce-2.x #48

Workflow file for this run

name: Test
on:
push:
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install Dependencies
run: |
npm install -g @vscode/vsce
npm install
- name: format check
run: npm run fmt:check
- name: package
run: npm run package