Skip to content

meta(deps-dev): Bump @types/node from 20.17.1 to 22.8.6 #2110

meta(deps-dev): Bump @types/node from 20.17.1 to 22.8.6

meta(deps-dev): Bump @types/node from 20.17.1 to 22.8.6 #2110

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: YAML Lint
on:
push:
paths:
- '**.yml'
- '**.yaml'
- .yamllint
pull_request:
merge_group:
workflow_dispatch:
jobs:
yamlLint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- name: Install locale
run: |
sudo apt-get update
sudo apt-get install -y language-pack-ko
- name: yaml-lint
uses: ibiqlik/action-yamllint@2576378a8e339169678f9939646ee3ee325e845c # v3