Skip to content

fix: replace the reference to use for getting the override date #2432

fix: replace the reference to use for getting the override date

fix: replace the reference to use for getting the override date #2432

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