Multiline flow
Skill ComeOnOliver/skillshub/skills/Jahrome907/minecraft-codex-skills/multiline-flow
Fixture with valid multiline flow collections in workflow YAML.From its SKILL.md
npx -y skills add ComeOnOliver/skillshub --skill multiline-flowAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
SKILL.md
0.6 KB, 142 tokens by cl100k_base, as published. Nobody here has run it
Multiline Flow Fixture
Required Secrets
MODRINTH_TOKEN
name: Matrix Build
on:
push:
branches: ["main"]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
include: [
{ platform: fabric, dir: fabric },
{ platform: neoforge, dir: neoforge }
]
steps:
- uses: actions/checkout@v4
- env:
MODRINTH_TOKEN: ${{ secrets.MODRINTH_TOKEN }}
run: ./gradlew :${{ matrix.dir }}:build --no-daemon
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.