File tree Expand file tree Collapse file tree 1 file changed +13
-13
lines changed
Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -2,15 +2,15 @@ name: CI
22on :
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
1515jobs :
1616 lint :
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
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
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
You can’t perform that action at this time.
0 commit comments