# Minecraft CI Release

> Fixture with valid workflow YAML and a warning-only glob pattern.

- Skill: `jahrome907/minecraft-ci-release-6` (Agent Skill)
- Install (CLI): `npx skillmds@latest add jahrome907/minecraft-ci-release-6`
- Raw SKILL.md: https://api.skillmd.com/api/skills/jahrome907/minecraft-ci-release-6/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Productivity
- Author: Jahrome907 (https://skillmd.com/u/jahrome907)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/jahrome907/minecraft-ci-release-6

---


# Warning Fixture

```yaml
name: Warn Only
on:
  workflow_dispatch:
jobs:
  check:
    runs-on: ubuntu-latest
    steps:
      - run: echo "ok"
        env:
          OUTPUT_PATH: build/**/**
```

