Skip to content

fix: pod search bug with others #2428

fix: pod search bug with others

fix: pod search bug with others #2428

Workflow file for this run

name: Run ESLint and build frontend
on: pull_request
jobs:
frontend:
name: Lint and build JS
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: |
cd frontend && \
corepack install -g yarn && \
yarn && \
yarn lint-staged && \
yarn build