Files
QingLong/Doc/markmap-0.15.0/.github/workflows/ci.yml
2025-08-15 09:13:13 +08:00

16 lines
236 B
YAML

name: CI
on:
- pull_request
jobs:
block:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Install deps
run: yarn
- name: Lint
run: yarn lint