Skip to content
This repository was archived by the owner on Oct 9, 2025. It is now read-only.

New Crowdin updates #585

New Crowdin updates

New Crowdin updates #585

Workflow file for this run

name: Lint
on: pull_request
jobs:
tests:
name: Lint Check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
- name: Install dependencies
run: bun add eslint
- name: Lint files
run: bun eslint --no-fix src/