Skip to content

Commit 213cf10

Browse files
committed
docs: update logo and readme
1 parent 0290438 commit 213cf10

File tree

3 files changed

+13
-54
lines changed

3 files changed

+13
-54
lines changed

.github/logo.svg

+8-13
Loading

.github/workflows/ci.yml

-37
Original file line numberDiff line numberDiff line change
@@ -18,43 +18,6 @@ jobs:
1818

1919
- name: Install dependencies
2020
run: pnpm install
21-
env:
22-
LIHBR_APEX: ${{ secrets.LIHBR_APEX }}
2321

2422
- name: Lint
2523
run: pnpm lint
26-
27-
test:
28-
runs-on: ${{ matrix.os }}
29-
name: test (os ${{ matrix.os }}, node ${{ matrix.node }})
30-
31-
strategy:
32-
matrix:
33-
os: [ubuntu-latest]
34-
node: [lts/*]
35-
fail-fast: false
36-
37-
steps:
38-
- uses: actions/checkout@v4
39-
40-
- name: Set node ${{ matrix.node }}
41-
uses: actions/setup-node@v4
42-
with:
43-
node-version: ${{ matrix.node }}
44-
45-
- name: Install pnpm
46-
uses: pnpm/action-setup@v4
47-
48-
- name: Install dependencies
49-
run: pnpm install
50-
env:
51-
LIHBR_APEX: ${{ secrets.LIHBR_APEX }}
52-
53-
- name: Typecheck
54-
run: pnpm typecheck
55-
56-
# - name: Unit
57-
# run: pnpm unit
58-
59-
# - name: Build
60-
# run: pnpm build

README.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,10 @@
66

77
# lihbr-apex
88

9-
<!-- [![Github Actions CI][github-actions-ci-src]][github-actions-ci-href] -->
109
[![Netlify Status][netlify-status-src]][netlify-status-href]
11-
[![Codecov][codecov-src]][codecov-href]
1210
[![Conventional Commits][conventional-commits-src]][conventional-commits-href]
1311
[![CalVer][calver-src]][calver-href]
12+
[![License][license-src]][license-href]
1413

1514
Source code of [lihbr.com][lihbr], my personal website, you should check it out~
1615

@@ -69,7 +68,9 @@ Whether you're helping me fix bugs, improve the site, or spread the word, I'd lo
6968
[github-actions-ci-href]: https://github.com/lihbr/lihbr-apex/actions?query=workflow%3Aci
7069
[codecov-src]: https://img.shields.io/codecov/c/github/lihbr/lihbr-apex.svg
7170
[codecov-href]: https://codecov.io/gh/lihbr/lihbr-apex
72-
[conventional-commits-src]: https://img.shields.io/badge/Conventional%20Commits-1.0.0-%23FE5196?logo=conventionalcommits&logoColor=white
71+
[conventional-commits-src]: https://img.shields.io/badge/Conventional%20Commits-1.0.0-%23FE5196?style=flat&colorA=131010&colorB=f27602&logo=conventionalcommits&logoColor=faf1f1
7372
[conventional-commits-href]: https://conventionalcommits.org
74-
[calver-src]: https://img.shields.io/badge/calver-YY.0M.MICRO-22bfda.svg
73+
[calver-src]: https://img.shields.io/badge/calver-YY.0M.MICRO-ffb005.svg?style=flat&colorA=131010&colorB=ffb005
7574
[calver-href]: https://calver.org
75+
[license-src]: https://img.shields.io/github/license/lihbr/eslint-config.svg?style=flat&colorA=131010&colorB=759f53
76+
[license-href]: https://github.com/lihbr/eslint-config/blob/master/LICENSE

0 commit comments

Comments
 (0)