Non Workflow YAML

CI Release Fixture

Jahrome907 Updated

File contents

CI Release Fixture

Required Secrets

  • MODRINTH_TOKEN
# In all workflow jobs:
- name: Setup Gradle
  uses: gradle/actions/setup-gradle@v3
  with:
    cache-read-only: ${{ github.event_name == 'pull_request' }}
name: Build
on:
  push:
    branches: ["main"]
jobs:
  build:
    runs-on: ubuntu-latest
    steps:
      - run: echo ok
      - env:
          MODRINTH_TOKEN: ${{ secrets.MODRINTH_TOKEN }}
        run: echo release

jahrome907/minecraft-agent-skills/tree/main/tests/fixtures/validators/ci-release/non-workflow-yaml commit 00d7a08032

Frequently asked questions

npx skillmds@latest add jahrome907/non-workflow-yaml