Skip to content

[report-js-error] Change numeric data to Number type when sending with application/json #3

[report-js-error] Change numeric data to Number type when sending with application/json

[report-js-error] Change numeric data to Number type when sending with application/json #3

Workflow file for this run

name: Linting JavaScript files
on:
pull_request:
branches:
- main
paths:
- 'packages/*/__tests__/**/*.test.js'
- 'packages/*/src/**/*.ts'
- 'eslint.config.js'
workflow_dispatch:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '22'
- run: npm ci
- run: npm run js-lint