Skip to content

Updated README

Updated README #6

Workflow file for this run

name: Regression and Unit Testing

Check failure on line 1 in .github/workflows/regression.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/regression.yml

Invalid workflow file

No steps defined in `steps` and no workflow called in `uses` for the following jobs: build
on:
push:
branches:
- 'main'
workflow_call:
inputs:
runner:
description: 'The github runner to use'
default: 'ubuntu-latest'
required: false
type: string
jobs:
build:
name: Self Docker
strategy:
fail-fast: false
runs-on: 'ubuntu-latest'