Skip to content

Commit 406e85c

Browse files
committed
Unify YAML code style
1 parent 2a70f3d commit 406e85c

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/dependabot.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
version: 2
22
updates:
3-
- package-ecosystem: "pip"
4-
directory: "/"
3+
- package-ecosystem: pip
4+
directory: '/'
55
schedule:
6-
interval: "monthly"
6+
interval: monthly
77
allow:
8-
- dependency-type: "all"
8+
- dependency-type: all
99
groups:
1010
python-dependencies:
1111
patterns: ['*']
1212

13-
- package-ecosystem: "github-actions"
14-
directory: "/"
13+
- package-ecosystem: github-actions
14+
directory: '/'
1515
schedule:
16-
interval: "daily"
16+
interval: daily
1717
groups:
1818
github-actions:
1919
patterns: ['*']

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ jobs:
132132
- name: Set up Python environment
133133
uses: actions/setup-python@v5
134134
with:
135-
python-version: "3.11"
135+
python-version: '3.11'
136136

137137
- name: flake8 Lint
138138
uses: py-actions/flake8@v2

0 commit comments

Comments
 (0)