Skip to content

chore(deps): bump yaml from 2.2.1 to 2.2.2 #136

chore(deps): bump yaml from 2.2.1 to 2.2.2

chore(deps): bump yaml from 2.2.1 to 2.2.2 #136

Workflow file for this run

name: ci
on: [push]
jobs:
tests:
runs-on: ${{ matrix.operating-system }}
strategy:
fail-fast: false
matrix:
operating-system: [ubuntu-22.04]
steps:
- name: Checkout
uses: actions/checkout@v3
with:
submodules: recursive
- name: Install npm dependencies
run: npm install
- name: linter readme.md
run: npm run lint:markdown