Skip to content

chore(deps): bump axios from 1.8.2 to 1.12.0 #41

chore(deps): bump axios from 1.8.2 to 1.12.0

chore(deps): bump axios from 1.8.2 to 1.12.0 #41

Workflow file for this run

name: Pull Request Validation
on:
pull_request:
jobs:
typescript-lint:
name: TypeScript code validation
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Code Prettier
run: |
make ts-prettier
- name: Code Linter
run: |
npm install --save-dev @eslint/js
make ts-eslint
- name: Typescript type check
run: |
make ts-tsc