Skip to content

fix: return null in the catch block #1633

fix: return null in the catch block

fix: return null in the catch block #1633

Workflow file for this run

name: Lint
on: pull_request
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
ESLint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 22
cache: 'yarn'
- name: Install dependencies
run: yarn install --immutable
- name: Run ESLint
run: yarn lint