Skip to content

Bump @vscode/vsce from 2.19.0 to 2.20.0 #59

Bump @vscode/vsce from 2.19.0 to 2.20.0

Bump @vscode/vsce from 2.19.0 to 2.20.0 #59

Workflow file for this run

name: "Tests"
on: [push, workflow_dispatch]
jobs:
call-workflow:
strategy:
matrix:
scripts: [{script: dist, name: "Typescript"}]
uses: michijs/.github/.github/workflows/execute-script.yml@main
name: "Run ${{matrix.scripts.name}} tests"
with:
script-name: ${{ matrix.scripts.script }}