Skip to content

Add main workflow

Add main workflow #2

Workflow file for this run

name: Main

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

View workflow run for this annotation

GitHub Actions / .github/workflows/main.yml

Invalid workflow file

No steps defined in `steps` and no workflow called in `uses` for the following jobs: success
on:
push:
branches:
- "**"
jobs:
build:
name: Build
uses: ./.github/workflows/build-ruby.yml
nix:
name: Nix
uses: ./.github/workflows/nix.yml
success:
name: Success
needs:
- build
- nix