mirror of
https://github.com/doocs/advanced-java.git
synced 2025-04-01 12:30:16 +08:00
chore: remove prettier workflow
This commit is contained in:
parent
e7d6e446c2
commit
a9123c980d
23
.github/workflows/prettier.yml
vendored
23
.github/workflows/prettier.yml
vendored
@ -1,23 +0,0 @@
|
|||||||
name: Prettier
|
|
||||||
|
|
||||||
on:
|
|
||||||
push:
|
|
||||||
branches: [main]
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
prettier:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
if: github.repository == 'doocs/advanced-java'
|
|
||||||
steps:
|
|
||||||
- name: Checkout
|
|
||||||
uses: actions/checkout@v2
|
|
||||||
with:
|
|
||||||
ref: ${{ github.head_ref }}
|
|
||||||
|
|
||||||
- name: Prettify
|
|
||||||
uses: creyD/prettier_action@v3.3
|
|
||||||
with:
|
|
||||||
prettier_options: --write **/*.{md}
|
|
||||||
commit_message: "style: prettify code or document"
|
|
||||||
env:
|
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
|
@ -3,10 +3,8 @@
|
|||||||
[](https://github.com/doocs/advanced-java/stargazers)
|
[](https://github.com/doocs/advanced-java/stargazers)
|
||||||
[](https://github.com/doocs/advanced-java/network/members)
|
[](https://github.com/doocs/advanced-java/network/members)
|
||||||
[](https://github.com/doocs/advanced-java/actions?query=workflow%3ASync)
|
[](https://github.com/doocs/advanced-java/actions?query=workflow%3ASync)
|
||||||
[](https://github.com/doocs/advanced-java/actions?query=workflow%3APrettier)
|
|
||||||
[](./LICENSE)
|
[](./LICENSE)
|
||||||
[](https://doocs.github.io/#/?id=how-to-join)
|
[](https://doocs.github.io/#/?id=how-to-join)
|
||||||
[](https://discord.gg/qUFwPPEYEy)
|
|
||||||
|
|
||||||
本项目大部分内容来自中华石杉,版权归作者所有,内容涵盖[高并发](#高并发架构)、[分布式](#分布式系统)、[高可用](#高可用架构)、[微服务](#微服务架构)、[海量数据处理](#海量数据处理)等领域知识。我们对这部分知识做了一个系统的整理,方便读者们学习查阅。
|
本项目大部分内容来自中华石杉,版权归作者所有,内容涵盖[高并发](#高并发架构)、[分布式](#分布式系统)、[高可用](#高可用架构)、[微服务](#微服务架构)、[海量数据处理](#海量数据处理)等领域知识。我们对这部分知识做了一个系统的整理,方便读者们学习查阅。
|
||||||
|
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8" />
|
||||||
<title>互联网 Java 工程师进阶知识完全扫盲 - Doocs 开源社区</title>
|
<title>互联网 Java 工程师进阶知识完全扫盲 - Doocs 技术社区</title>
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
|
||||||
<meta name="keywords" content="doc,docs,doocs,documentation,github,gitee,advanced-java,yanglbme" />
|
<meta name="keywords" content="doc,docs,doocs,documentation,github,gitee,advanced-java,yanglbme" />
|
||||||
<meta name="description" content="互联网 Java 工程师进阶知识完全扫盲,项目维护者:杨立滨" />
|
<meta name="description" content="互联网 Java 工程师进阶知识完全扫盲,项目维护者:杨立滨" />
|
||||||
@ -48,7 +48,7 @@
|
|||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</nav>
|
</nav>
|
||||||
<div id="app">本系列知识由 Doocs 开源社区总结发布</div>
|
<div id="app">本系列知识由 Doocs 技术社区总结发布</div>
|
||||||
<script>
|
<script>
|
||||||
window.$docsify = {
|
window.$docsify = {
|
||||||
name: "advanced-java",
|
name: "advanced-java",
|
||||||
|
Loading…
Reference in New Issue
Block a user