Skip to content

fix: don't allow spaces in workflow name #37

fix: don't allow spaces in workflow name

fix: don't allow spaces in workflow name #37

Workflow file for this run

name: Main CI Workflow
on:
push:
branches:
- main
jobs:
setup-and-test:
uses: ./.github/workflows/unit-test.yml
with:
os: ubuntu-latest
secrets: inherit