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

fix: yaml format

fix: yaml format #2

Workflow file for this run

name: ci
on:
push:
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: |
npm install
npm run check:ci