Skip to content

Bump actions/cache from 4.1.1 to 4.1.2 #492

Bump actions/cache from 4.1.1 to 4.1.2

Bump actions/cache from 4.1.1 to 4.1.2 #492

Workflow file for this run

name: Check JSON syntax
on:
pull_request:
jobs:
jsoncheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: json-syntax-check
uses: limitusus/json-syntax-check@v2
with:
pattern: "\\.json$"