Skip to content

Update changelog for 11.2.5 #763

Update changelog for 11.2.5

Update changelog for 11.2.5 #763

Workflow file for this run

name: ESlint
on:
push:
branches:
- dev
pull_request:
jobs:
eslint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install yarn dependencies
run: cd app && yarn install --frozen-lockfile
- name: Run linter
run: cd app && yarn lint