Skip to content

Bump loader-utils and react-scripts #56

Bump loader-utils and react-scripts

Bump loader-utils and react-scripts #56

Workflow file for this run

name: PBCI
on: [push, pull_request]
jobs:
jsonLint:
name: JsonLint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Run jsonlint.
run: |
sudo apt install python3-demjson && \
while read -r script; do jsonlint $script; done < files