Skip to content
This repository has been archived by the owner on Aug 24, 2024. It is now read-only.

update: sync with upstream and minor fixes (#37) #71

update: sync with upstream and minor fixes (#37)

update: sync with upstream and minor fixes (#37) #71

Workflow file for this run

name: Lint
on:
workflow_dispatch:
pull_request:
paths:
- "**.md"
- ".github/workflows/**"
push:
branches:
- main
paths:
- "**.md"
- ".github/workflows/**"
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "latest"
- name: Prettier check
run: |
# if you encounter error, rerun the command below and commit the changes
make lint
git diff --exit-code