File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
Expand file tree Collapse file tree 3 files changed +4
-3
lines changed File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change 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 :
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
You can’t perform that action at this time.
0 commit comments