Non Workflow YAML

CI Release Fixture

ComeOnOliver Updated 61 repo stars

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

ComeOnOliver/skillshub/tree/main/skills/Jahrome907/minecraft-codex-skills/non-workflow-yaml commit 00d7a08032

Frequently asked questions

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