Skip to content

Bump typescript from 5.6.3 to 5.7.2 #161

Bump typescript from 5.6.3 to 5.7.2

Bump typescript from 5.6.3 to 5.7.2 #161

Workflow file for this run

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