Skip to content

Bump express from 4.18.2 to 4.19.2 #113

Bump express from 4.18.2 to 4.19.2

Bump express from 4.18.2 to 4.19.2 #113

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