This repository was archived by the owner on Oct 9, 2025. It is now read-only.
  
  
  
  
New Crowdin updates #585
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | 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/ |