Skip to content

Commit ecb24f2

Browse files
author
meorphis
committed
chore(internal): formatting
1 parent 028bb96 commit ecb24f2

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

.github/workflows/ci.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@ name: CI
22
on:
33
push:
44
branches-ignore:
5-
- "generated"
6-
- "codegen/**"
7-
- "integrated/**"
8-
- "stl-preview-head/**"
9-
- "stl-preview-base/**"
5+
- 'generated'
6+
- 'codegen/**'
7+
- 'integrated/**'
8+
- 'stl-preview-head/**'
9+
- 'stl-preview-base/**'
1010
pull_request:
1111
branches-ignore:
12-
- "stl-preview-head/**"
13-
- "stl-preview-base/**"
12+
- 'stl-preview-head/**'
13+
- 'stl-preview-base/**'
1414

1515
jobs:
1616
lint:
@@ -26,8 +26,8 @@ jobs:
2626
curl -sSf https://rye.astral.sh/get | bash
2727
echo "$HOME/.rye/shims" >> $GITHUB_PATH
2828
env:
29-
RYE_VERSION: "0.44.0"
30-
RYE_INSTALL_OPTION: "--yes"
29+
RYE_VERSION: '0.44.0'
30+
RYE_INSTALL_OPTION: '--yes'
3131

3232
- name: Install dependencies
3333
run: rye sync --all-features
@@ -51,8 +51,8 @@ jobs:
5151
curl -sSf https://rye.astral.sh/get | bash
5252
echo "$HOME/.rye/shims" >> $GITHUB_PATH
5353
env:
54-
RYE_VERSION: "0.44.0"
55-
RYE_INSTALL_OPTION: "--yes"
54+
RYE_VERSION: '0.44.0'
55+
RYE_INSTALL_OPTION: '--yes'
5656

5757
- name: Install dependencies
5858
run: rye sync --all-features
@@ -88,8 +88,8 @@ jobs:
8888
curl -sSf https://rye.astral.sh/get | bash
8989
echo "$HOME/.rye/shims" >> $GITHUB_PATH
9090
env:
91-
RYE_VERSION: "0.44.0"
92-
RYE_INSTALL_OPTION: "--yes"
91+
RYE_VERSION: '0.44.0'
92+
RYE_INSTALL_OPTION: '--yes'
9393

9494
- name: Bootstrap
9595
run: ./scripts/bootstrap

0 commit comments

Comments
 (0)