Skip to content

build(deps): bump axios from 1.12.2 to 1.13.5 #123

build(deps): bump axios from 1.12.2 to 1.13.5

build(deps): bump axios from 1.12.2 to 1.13.5 #123

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