Skip to content

chore(config): migrate config renovate.json (#73) #245

chore(config): migrate config renovate.json (#73)

chore(config): migrate config renovate.json (#73) #245

Workflow file for this run

name: ci
on: [push]
jobs:
tests:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
with:
submodules: recursive
- name: Install npm dependencies
run: npm install
- name: linter readme.md
run: npm run lint:markdown