Skip to content
This repository has been archived by the owner on Jul 10, 2023. It is now read-only.

Bump remark-lint-heading-increment from 3.1.1 to 3.1.2 #694

Bump remark-lint-heading-increment from 3.1.1 to 3.1.2

Bump remark-lint-heading-increment from 3.1.1 to 3.1.2 #694

Workflow file for this run

name: build-test
on:
pull_request:
branches:
- main
jobs:
build-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
- run: npm ci
- run: npm run build
- run: npm run test