Skip to content

Bump @vscode/web-custom-data from 0.4.9 to 0.4.12 #144

Bump @vscode/web-custom-data from 0.4.9 to 0.4.12

Bump @vscode/web-custom-data from 0.4.9 to 0.4.12 #144

Workflow file for this run

name: "Tests"
on: [push, workflow_dispatch]
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
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 }}