Skip to content

Commit

Permalink
Fix the configuration path in the GitHub Actions workflow for the Flu…
Browse files Browse the repository at this point in the history
…ent 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.
  • Loading branch information
timvandermeij committed Oct 28, 2023
1 parent 9d6cdf2 commit 4845d35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/fluent_linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ jobs:
- name: Lint Fluent reference files
run: |
moz-fluent-lint ./l10n/en-US --config .github/linter_config.yml
moz-fluent-lint ./l10n/en-US --config .github/fluent_linter_config.yml

0 comments on commit 4845d35

Please sign in to comment.