Skip to content

Commit

Permalink
docs: update logo and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
lihbr committed Oct 19, 2024
1 parent 0290438 commit 213cf10
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 54 deletions.
21 changes: 8 additions & 13 deletions .github/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
37 changes: 0 additions & 37 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,43 +18,6 @@ jobs:

- name: Install dependencies
run: pnpm install
env:
LIHBR_APEX: ${{ secrets.LIHBR_APEX }}

- name: Lint
run: pnpm lint

test:
runs-on: ${{ matrix.os }}
name: test (os ${{ matrix.os }}, node ${{ matrix.node }})

strategy:
matrix:
os: [ubuntu-latest]
node: [lts/*]
fail-fast: false

steps:
- uses: actions/checkout@v4

- name: Set node ${{ matrix.node }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}

- name: Install pnpm
uses: pnpm/action-setup@v4

- name: Install dependencies
run: pnpm install
env:
LIHBR_APEX: ${{ secrets.LIHBR_APEX }}

- name: Typecheck
run: pnpm typecheck

# - name: Unit
# run: pnpm unit

# - name: Build
# run: pnpm build
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,10 @@

# lihbr-apex

<!-- [![Github Actions CI][github-actions-ci-src]][github-actions-ci-href] -->
[![Netlify Status][netlify-status-src]][netlify-status-href]
[![Codecov][codecov-src]][codecov-href]
[![Conventional Commits][conventional-commits-src]][conventional-commits-href]
[![CalVer][calver-src]][calver-href]
[![License][license-src]][license-href]

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

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

0 comments on commit 213cf10

Please sign in to comment.