Skip to content

Commit 5e52397

Browse files
committed
Make the file names consistent with the other workflows
1 parent a88e455 commit 5e52397

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on:
33
push:
44
paths:
55
- 'locales/en-US/*.ftl'
6-
- '.github/workflows/fluent_linter.yml'
6+
- '.github/workflows/fluent-linter.yml'
77
- '.github/fluent/*'
88
branches:
99
- main
@@ -32,4 +32,4 @@ jobs:
3232
pip install -r .github/fluent/requirements.txt
3333
- name: Lint reference
3434
run: |
35-
moz-fluent-lint ./locales/en-US --config .github/fluent/linter_config.yml
35+
moz-fluent-lint ./locales/en-US --config .github/fluent/linter-config.yml

0 commit comments

Comments
 (0)