Skip to content

Commit

Permalink
ci: replace eslint and prettier to biome
Browse files Browse the repository at this point in the history
  • Loading branch information
m1sk9 committed Jul 20, 2024
1 parent f78802f commit fe4c76d
Show file tree
Hide file tree
Showing 3 changed files with 515 additions and 799 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/ci.yaml → .github/workflows/build.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CI
name: Build CI

on:
push:
Expand All @@ -9,7 +9,7 @@ on:
- main

jobs:
node:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand All @@ -32,13 +32,9 @@ jobs:
run: |
pnpm check:type
- name: Run fmt
- name: Run biome check
run: |
pnpm check:format
- name: Run lint
run: |
pnpm lint
pnpm biome ci
- name: Run ls-lint
run: |
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Pulsate

[![Build CI Badge](https://github.com/pulsate-dev/pulsate/actions/workflows/ci.yaml/badge.svg)](https://github.com/pulsate-dev/pulsate/actions/workflows/ci.yaml)
[![Build CI Badge](https://github.com/pulsate-dev/pulsate/actions/workflows/build.yaml/badge.svg)](https://github.com/pulsate-dev/pulsate/actions/workflows/build.yaml)
[![Discord Badge](https://img.shields.io/discord/1155472831744856164?label=Discord&color=5865F2)](https://link.pulsate.dev/discord)
[![Follow Badge](https://img.shields.io/badge/Follow_me!-black?logo=x&logoColor=white)](https://link.pulsate.dev/x)
[![License Badge](https://img.shields.io/static/v1?label=Licence&message=Apache-2.0&color=BF485A)](./LICENSE)
Expand Down
Loading

0 comments on commit fe4c76d

Please sign in to comment.