Skip to content

Bump remark-gfm from 3.0.1 to 4.0.0 #990

Bump remark-gfm from 3.0.1 to 4.0.0

Bump remark-gfm from 3.0.1 to 4.0.0 #990

Workflow file for this run

name: Next.js
on:
push:
branches: [ main ]
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 17
- name: Install dependencies
run: yarn install
- name: Lint
run: yarn lint
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 17
- name: Install dependencies
run: yarn install
- name: Build
run: yarn build