Skip to content

Commit f68c8a2

Browse files
committed
Reorganize files, address review comments
1 parent 2b7b8a0 commit f68c8a2

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.github/workflows/fluent_linter.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,14 @@ on:
44
paths:
55
- 'locales/en-US/*.ftl'
66
- '.github/workflows/fluent_linter.yml'
7+
- '.github/fluent/*'
78
branches:
89
- main
910
pull_request:
1011
paths:
11-
- 'en/**.ftl'
1212
- 'locales/en-US/*.ftl'
1313
- '.github/workflows/fluent_linter.yml'
14+
- '.github/fluent/*'
1415
branches:
1516
- main
1617
workflow_dispatch:
@@ -27,7 +28,7 @@ jobs:
2728
cache: 'pip'
2829
- name: Install Python dependencies
2930
run: |
30-
pip install -r .github/requirements.txt
31+
pip install -r .github/fluent/requirements.txt
3132
- name: Lint reference
3233
run: |
33-
moz-fluent-lint ./locales/en-US --config .github/fluent_linter_config.yml
34+
moz-fluent-lint ./locales/en-US --config .github/fluent/linter_config.yml

0 commit comments

Comments
 (0)