mirror of
https://github.com/zen-browser/pdf.js.git
synced 2025-07-10 10:15:37 +02:00
Fix the configuration path in the GitHub Actions workflow for the Fluent linter
I noticed the following warning in the GitHub Actions workflow logs:
`Configuration file not found: .github/linter_config.yml`
The configuration file is called `fluent_linter_config.yml` instead, so
this commit fixes the path so it points to the correct file.
Fixes 487816b
.
This commit is contained in:
parent
9d6cdf216d
commit
4845d35c50
1 changed files with 1 additions and 1 deletions
2
.github/workflows/fluent_linter.yml
vendored
2
.github/workflows/fluent_linter.yml
vendored
|
@ -39,4 +39,4 @@ jobs:
|
||||||
|
|
||||||
- name: Lint Fluent reference files
|
- name: Lint Fluent reference files
|
||||||
run: |
|
run: |
|
||||||
moz-fluent-lint ./l10n/en-US --config .github/linter_config.yml
|
moz-fluent-lint ./l10n/en-US --config .github/fluent_linter_config.yml
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue