Fixture with valid multiline flow collections in workflow YAML.
Scanned 9/4/2026
Install to Claude Code
npx -y skills add gabrielmoreira/agent-skills-mirror --skill multiline-flow --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Multiline Flow?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/gabrielmoreira-multiline-flow)More formats (shields.io, HTML) on the badges page.
---
name: minecraft-ci-release
description: >
Fixture with valid multiline flow collections in workflow YAML.
---
# Multiline Flow Fixture
## Required Secrets
- `MODRINTH_TOKEN`
```yaml
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"
```
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!