Skip to content

build(deps): bump form-data from 4.0.0 to 4.0.4 #111

build(deps): bump form-data from 4.0.0 to 4.0.4

build(deps): bump form-data from 4.0.0 to 4.0.4 #111

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