Skip to content

Remove obsolete l10n strings (Fix #15496) #1242

Remove obsolete l10n strings (Fix #15496)

Remove obsolete l10n strings (Fix #15496) #1242

Workflow file for this run

name: Fluent Linter
on:
push:
paths:
- "l10n/en/**.ftl"
- ".github/l10n/*"
- ".github/workflows/fluent_linter.yml"
branches:
- main
pull_request:
paths:
- "l10n/en/**.ftl"
- ".github/l10n/*"
- ".github/workflows/fluent_linter.yml"
branches:
- main
workflow_dispatch:
jobs:
linter:
runs-on: ubuntu-latest
steps:
- name: Clone repository
uses: actions/checkout@v4
- name: Set up Python 3
uses: actions/setup-python@v5
with:
python-version: "3.12"
- name: Install Python dependencies
run: |
pip install moz-fluent-linter==0.4.*
- name: Lint mozilla.org files
run: |
moz-fluent-lint l10n/en --config .github/l10n/linter_config.yml