Skip to content

Adding Saturn Swap to the Cardano Contracts Registry #39

Adding Saturn Swap to the Cardano Contracts Registry

Adding Saturn Swap to the Cardano Contracts Registry #39

name: JSON validation
on:
pull_request:
branches:
master
paths:
- 'projects/*.json'
jobs:
validate:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Install dependencies
run: npm install
- name: Validate JSON files
run: npm run validate