Skip to content

fix info/http log levels #187

fix info/http log levels

fix info/http log levels #187

name: Prettier Check
on:
pull_request:
push:
branches:
- main
jobs:
prettier-check:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: '>=22.11'
- name: Install dependencies
run: yarn install
- name: Run Prettier check
run: yarn run format:check