Skip to content

Commit 0f2dfb8

Browse files
committed
chore: replace some single quotes with double quotes in security-python.yml
1 parent 5a24d3e commit 0f2dfb8

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

{{cookiecutter.project_name}}/.github/workflows/security-python.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ on:
1818
- main
1919
- master
2020
paths:
21-
- 'src/**/*.py'
22-
- 'tests/**/*.py'
23-
- 'noxfile.py'
24-
- 'pyproject.toml'
25-
- '.bandit'
26-
- '.ruff.toml'
27-
- '.github/workflows/security-python.yml'
21+
- "src/**/*.py"
22+
- "tests/**/*.py"
23+
- "noxfile.py"
24+
- "pyproject.toml"
25+
- ".bandit"
26+
- ".ruff.toml"
27+
- ".github/workflows/security-python.yml"
2828

2929
workflow_dispatch:
3030

0 commit comments

Comments
 (0)