Skip to content

Add Katana smart contracts #7

Add Katana smart contracts

Add Katana smart contracts #7

Workflow file for this run

name: Ronin Ecosystem Validator
on:
pull_request_target:
types: [ closed ]
branches: [ master ]
paths:
- 'projects/*/data.json'
- 'projects/*/logo.png'
permissions:
contents: write
pull-requests: write
jobs:
tds_check:
name: "Ronin Buddy"
uses: './.github/workflows/ci.yml'
secrets: inherit
with:
ref: ${{ github.event.pull_request.base.ref }}
repository: ${{ github.event.pull_request.head.base.full_name }}