Skip to content

Housekeeping: Build: Fix tests to add test-run on each push via scrip… #1

Housekeeping: Build: Fix tests to add test-run on each push via scrip…

Housekeeping: Build: Fix tests to add test-run on each push via scrip… #1

Workflow file for this run

name: Build scripts
on:
push:
branches:
- '**'
tags-ignore:
- '**'
pull_request:
# Allows you to run this workflow manually from the Actions tab.
workflow_dispatch:
jobs:
build:
uses: inkarkat/scripting-setup/.github/workflows/build.yml@master
with:
packages: ''
testrunner-settings: DEPENDENCY_DIR=dependencies/todo.txt-cli
secrets: inherit