Skip to content

build(deps-dev): bump lodash from 4.17.21 to 4.17.23 #120

build(deps-dev): bump lodash from 4.17.21 to 4.17.23

build(deps-dev): bump lodash from 4.17.21 to 4.17.23 #120

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