Skip to content

meta(deps): Bump renovate from 38.131.2 to 38.134.0 #3269

meta(deps): Bump renovate from 38.131.2 to 38.134.0

meta(deps): Bump renovate from 38.131.2 to 38.134.0 #3269

Workflow file for this run

# SPDX-FileCopyrightText: (C) 2024 Hong Yongmin (https://revi.xyz/) <[email protected]>
#
# SPDX-License-Identifier: Apache-2.0
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
---
name: JSON Lint
on:
push:
paths:
- '**.json'
pull_request:
merge_group:
workflow_dispatch:
jobs:
jsonlint:
runs-on: ubuntu-latest
steps:
- name: 'Checkout'
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- name: Run JSON Lint
env:
REPORT_ONLY: true
SHOW_ERRORS: true
run: bash <(curl -s https://raw.githubusercontent.com/CICDToolbox/json-lint/master/pipeline.sh)