WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

MPP-4497- fix(relay-onboarding): update VPN bundle page layout and text #670

MPP-4497- fix(relay-onboarding): update VPN bundle page layout and text

MPP-4497- fix(relay-onboarding): update VPN bundle page layout and text #670

name: Lint Pending Translations
on:
push:
paths:
- 'frontend/pendingTranslations.ftl'
- '.github/workflows/lint-pending-strings.yml'
- 'privaterelay/pending_locales/en/pending.ftl'
branches: [ '*' ]
workflow_dispatch:
jobs:
linter:
runs-on: ubuntu-latest
steps:
- name: Clone repository
uses: actions/checkout@v6
with:
submodules: 'recursive'
- name: Set up Python 3
uses: actions/setup-python@v6
with:
python-version: '3.11'
cache: 'pip'
- name: Install Python dependencies
run: |
pip install -r privaterelay/locales/.github/requirements.txt
- name: Lint frontend pending translations
run: |
moz-fluent-lint frontend --config privaterelay/locales/.github/linter_config.yml
- name: Lint backend pending translations
run: |
moz-fluent-lint privaterelay/pending_locales --config privaterelay/locales/.github/linter_config.yml