Skip to content

beginning of JSON API #2

beginning of JSON API

beginning of JSON API #2

Workflow file for this run

name: CI
on:
push:
pull_request:
env:
CI: true
jobs:
lint:
uses: NicTool/.github/.github/workflows/lint.yml@main
coverage:
uses: NicTool/.github/.github/workflows/coverage.yml@main
secrets: inherit
test:
needs: lint
uses: NicTool/.github/.github/workflows/test.yml@main
secrets: inherit