Skip to content

Bump remark-preset-lint-markdown-style-guide from 5.1.3 to 6.0.0 #95

Bump remark-preset-lint-markdown-style-guide from 5.1.3 to 6.0.0

Bump remark-preset-lint-markdown-style-guide from 5.1.3 to 6.0.0 #95

Workflow file for this run

name: build
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
- uses: actions/setup-node@v3
with:
node-version: 18
- run: sudo apt-get install -y shellcheck
- run: |
npm run setup
- run: |
npm run lint:sh
npm run lint:scss
npm run lint:js
npm run lint:md
npm run build
npm run lint:html