Skip to content

typo: fix translate mistake in /guide/essentials/list (#910) #26

typo: fix translate mistake in /guide/essentials/list (#910)

typo: fix translate mistake in /guide/essentials/list (#910) #26

Workflow file for this run

name: Node.js CI
on:
push:
branches-ignore: ['gh-pages']
pull_request:
branches: [master]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v2
with:
version: 8
- uses: actions/setup-node@v4
with:
node-version: 20
cache: 'pnpm'
- run: |
pnpm install
pnpm lint