Skip to content

添加《中国底层访谈录 》 #79

添加《中国底层访谈录 》

添加《中国底层访谈录 》 #79

Workflow file for this run

name: CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
ci:
name: CI
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
cache: 'yarn'
- run: yarn install --frozen-lockfile
- run: yarn lint:md
- name: Run autocorrect
uses: huacnlee/autocorrect-action@v2
with:
use_npm: true