Skip to content

remove example fixme notice #117

remove example fixme notice

remove example fixme notice #117

Workflow file for this run

name: Check Markdown and Examples
on: [push, pull_request]
jobs:
deploy:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16]
steps:
- uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
cache: npm
- uses: actions/checkout@v2
- run: |
npm install
npm test