Skip to content

Commit

Permalink
other: #256 🔹 test on ci (#257)
Browse files Browse the repository at this point in the history
* other: #256 🔹 test on ci

* chore: #256 rename job name
  • Loading branch information
ubugeeei authored Feb 4, 2024
1 parent db05d36 commit 5f895dd
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,12 @@ on:
push:
branches:
- '**'
pull_request:
branches:
- main

permissions:
contents: read # to fetch code (actions/checkout)

jobs:
build:
check:
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down Expand Up @@ -41,13 +38,15 @@ jobs:
${{ runner.os }}-pnpm-store-
- name: Install dependencies
run: pnpm install
- name: check fmt
- name: Check fmt
run: pnpm fmt:check
- name: check lint
- name: Check lint
run: pnpm lint
- name: check lint text
- name: Check lint text
run: pnpm lint:text
- name: check types
- name: Check types
run: pnpm tsc --noEmit
- name: check building
- name: Check building
run: pnpm build
- name: Check test (e2e)
run: pnpm test

0 comments on commit 5f895dd

Please sign in to comment.