Skip to content

Bump semver, node-sass and react-scripts #48

Bump semver, node-sass and react-scripts

Bump semver, node-sass and react-scripts #48

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