mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 04:13:31 +00:00
CI: fix indent problems (#2204)
* CI: fix indent problems * CI: fix again
This commit is contained in:
parent
322c216209
commit
df70cc88f1
10
.github/workflows/openwrt-ci.yml
vendored
10
.github/workflows/openwrt-ci.yml
vendored
@ -65,13 +65,16 @@ jobs:
|
||||
touch ./.config
|
||||
|
||||
#
|
||||
# 以下为定制化固件选项和说明:
|
||||
# ========================固件定制部分========================
|
||||
#
|
||||
|
||||
#
|
||||
# 如果不对本区块做出任何编辑, 则生成默认配置固件.
|
||||
#
|
||||
|
||||
# 以下为定制化固件选项和说明:
|
||||
#
|
||||
|
||||
#
|
||||
# 有些插件/选项是默认开启的, 如果想要关闭, 请参照以下示例进行编写:
|
||||
#
|
||||
@ -148,7 +151,7 @@ jobs:
|
||||
# CONFIG_PACKAGE_luci-app-minidlna=y
|
||||
# CONFIG_PACKAGE_luci-app-openvpn=y
|
||||
# CONFIG_PACKAGE_luci-app-openvpn-server=y
|
||||
# CONFIG_PACKAGE_luci-app-smartinfo=y
|
||||
# CONFIG_PACKAGE_luci-app-qbittorrent=y
|
||||
# CONFIG_PACKAGE_luci-app-ssr-plus_INCLUDE_Kcptun=y
|
||||
# CONFIG_PACKAGE_luci-app-ssr-plus_INCLUDE_Shadowsocks=y
|
||||
# CONFIG_PACKAGE_luci-app-ssr-plus_INCLUDE_ShadowsocksR_Server=y
|
||||
@ -165,6 +168,7 @@ jobs:
|
||||
# LuCI主题:
|
||||
# cat >> .config <<EOF
|
||||
# CONFIG_PACKAGE_luci-theme-argon=y
|
||||
# CONFIG_PACKAGE_luci-theme-netgear=y
|
||||
# EOF
|
||||
|
||||
# 常用软件包:
|
||||
@ -185,7 +189,7 @@ jobs:
|
||||
# EOF
|
||||
|
||||
#
|
||||
# 固件定制部分结束.
|
||||
# ========================固件定制部分结束========================
|
||||
#
|
||||
|
||||
sed -i 's/^[ \t]*//g' ./.config
|
||||
|
Loading…
Reference in New Issue
Block a user