Skip to content

Add Proxy

Add Proxy #72

Workflow file for this run

name: JSON Lint
on:
pull_request:
branches:
- master
jobs:
main:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Set up Python3
uses: actions/setup-python@v2
with:
python-version: '3.x'
- name: Run Test
working-directory: ./integration_tests
run: python3 json_integrity.py