Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
sneridagh committed Jul 8, 2024
1 parent 0860542 commit 3c6734d
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/frontend_addon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

env:
NODE_VERSION: 20.x
PYTHON_VERSION: "3.10"
PYTHON_VERSION: "3.12"

jobs:

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ on:
push:
paths:
- "project/**"
- "sub/project_settings/**"
- "backend_addon/**"
- "frontend_addon/**"
- ".github/workflows/project.yml"
workflow_dispatch:

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sub_cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
workflow_dispatch:

env:
PYTHON_VERSION: "3.10"
PYTHON_VERSION: "3.12"

jobs:

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sub_frontend_project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

env:
NODE_VERSION: 20.x
PYTHON_VERSION: "3.10"
PYTHON_VERSION: "3.12"

jobs:

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sub_project_settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
workflow_dispatch:

env:
PYTHON_VERSION: "3.10"
PYTHON_VERSION: "3.12"

jobs:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,5 @@ msgstr ""
"Language-Name: English\n"
"Preferred-Encodings: utf-8\n"
"Domain: volto\n"


0 comments on commit 3c6734d

Please sign in to comment.