Skip to content

feat: improve missing config error message (#2247) #181

feat: improve missing config error message (#2247)

feat: improve missing config error message (#2247) #181

Workflow file for this run

name: tm2
on:
push:
branches:
- master
workflow_dispatch:
pull_request:
paths:
- "tm2/**"
- ".github/**"
jobs:
main:
name: Run Main
uses: ./.github/workflows/main_template.yml
with:
modulepath: "tm2"
secrets:
codecov-token: ${{ secrets.CODECOV_TOKEN }}