Skip to content

Bump ejs from 2.7.4 to 3.1.10 #6

Bump ejs from 2.7.4 to 3.1.10

Bump ejs from 2.7.4 to 3.1.10 #6

Workflow file for this run

name: JSON check
on:
pull_request:
paths:
- '**.json'
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: json-syntax-check
uses: limitusus/json-syntax-check@v1
with:
pattern: "\\.json$"