Skip to content

Create check_dist.yml #18

Create check_dist.yml

Create check_dist.yml #18

Workflow file for this run

name: 'Test Action'
on:
push:
branches:
- 'main'
workflow_dispatch:
permissions:
contents: read
checks: write
jobs:
test:
name: 'Test Action'
runs-on: ubuntu-latest
steps:
- name: 'Setup Repository (${{github.event.repository.name}})'
uses: actions/checkout@v4
- name: 'Test Action'
uses: Datapack-Registry/minecraft-manifest@main
with:
manifest-url: 'Test123'