Skip to content

chore(deps-dev): bump typescript from 5.3.3 to 5.7.2 #112

chore(deps-dev): bump typescript from 5.3.3 to 5.7.2

chore(deps-dev): bump typescript from 5.3.3 to 5.7.2 #112

Workflow file for this run

name: Code Quality checks
on: push
jobs:
quality:
name: ESlint and Prettier
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install dependencies
run: npm install
- name: Run ESlint
run: npm run lint
- name: Check formatting with Prettier
run: npm run prettier