Skip to content

test: ✅ add mvavg partial unit tests #2

test: ✅ add mvavg partial unit tests

test: ✅ add mvavg partial unit tests #2

Workflow file for this run

# WORK IN PROGRESS

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

View workflow run for this annotation

GitHub Actions / .github/workflows/release.yml

Invalid workflow file

No steps defined in `steps` and no workflow called in `uses` for the following jobs: release
name: Make a new release
on:
workflow_dispatch:
inputs:
tag:
description: 'Tag name'
required: true
release_name:
description: 'Release name'
required: true
release_body:
description: 'Release body'
required: true
jobs:
release:
runs-on: ubuntu-latest