Skip to content

build(deps-dev): bump js-yaml from 3.14.1 to 3.14.2 #117

build(deps-dev): bump js-yaml from 3.14.1 to 3.14.2

build(deps-dev): bump js-yaml from 3.14.1 to 3.14.2 #117

Workflow file for this run

name: Format Check
on: [push, pull_request]
jobs:
code-format:
runs-on: ubuntu-latest
name: Format Check
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install
run: npm ci
- name: Check Format
run: npm run check-format