Skip to content

Merge pull request #46 from michijs/dependabot/npm_and_yarn/michijs/d… #131

Merge pull request #46 from michijs/dependabot/npm_and_yarn/michijs/d…

Merge pull request #46 from michijs/dependabot/npm_and_yarn/michijs/d… #131

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 }}