Skip to content

readd cashu 0.2.6 for old installs (#228) #741

readd cashu 0.2.6 for old installs (#228)

readd cashu 0.2.6 for old installs (#228) #741

Workflow file for this run

name: Validate JSON
on:
push:
paths:
- "**.json"
pull_request:
jobs:
validate-json:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: json-syntax-check
uses: limitusus/json-syntax-check@v1
with:
pattern: "\\.json$"