Skip to content

Commit 8819a8a

Browse files
committed
Format yaml files
1 parent 7a2fa83 commit 8819a8a

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.github/workflows/update_icon.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1+
---
12
name: Automated icon update
23

3-
on:
4+
on: # yamllint disable-line rule:truthy
45
schedule:
56
- cron: '23 1 * * *' # Runs at 01:23 UTC every day
67
workflow_dispatch:
@@ -18,7 +19,10 @@ jobs:
1819
- run: poetry install --only main
1920
- name: Download latest svg and update style
2021
run: |
21-
poetry run python -c "from tools import material_icons; material_icons.update_icons()"
22+
poetry run python -c " \
23+
from tools import material_icons; \
24+
material_icons.update_icons() \
25+
"
2226
poetry run python -m tools.build_styles
2327
- uses: peter-evans/create-pull-request@v4
2428
with:

.readthedocs.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
---
12
version: 2
23

34
build:

0 commit comments

Comments
 (0)