Skip to content

refactor(web): hoist Intl.Collator out of sort comparator #530

refactor(web): hoist Intl.Collator out of sort comparator

refactor(web): hoist Intl.Collator out of sort comparator #530

Workflow file for this run

name: Lint Web
on:
push:
branches: [main, dev]
pull_request:
types: [opened, synchronize, reopened]
workflow_dispatch:
permissions:
contents: read
jobs:
tsc:
uses: finki-hub/.github/.github/workflows/tsc.yaml@main
with:
working-directory: web
secrets: inherit
eslint:
uses: finki-hub/.github/.github/workflows/eslint.yaml@main
with:
working-directory: web
secrets: inherit