Skip to content

Documentation modified for isWeekend days #3757 #255

Documentation modified for isWeekend days #3757

Documentation modified for isWeekend days #3757 #255

Workflow file for this run

name: Code quality
on: [push, pull_request]
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
cache: "npm"
- run: npm install
- name: Types
run: npx tsc --noEmit
- name: Linting
run: npm run lint
- name: Locale snapshots
run: npm run locale-snapshots -- test