Skip to content

chore(deps): bump @mdit-vue/plugin-frontmatter from 2.0.0 to 2.1.2 (#… #154

chore(deps): bump @mdit-vue/plugin-frontmatter from 2.0.0 to 2.1.2 (#…

chore(deps): bump @mdit-vue/plugin-frontmatter from 2.0.0 to 2.1.2 (#… #154

Workflow file for this run

name: Linter test
on:
push:
branches:
- main
jobs:
linter-test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
ref: main
fetch-depth: 0
- name: Install pnpm
uses: pnpm/action-setup@v2
with:
run_install: true
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 20
cache: pnpm
- name: Linter Test
env:
NODE_OPTIONS: --max_old_space_size=4096
run: pnpm lint:check