Skip to content

Bump remark-preset-lint-recommended from 6.1.3 to 7.0.0 #89

Bump remark-preset-lint-recommended from 6.1.3 to 7.0.0

Bump remark-preset-lint-recommended from 6.1.3 to 7.0.0 #89

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