Skip to content

Fix tests to reflect changes in micromark-extension-gfm-table #26

Fix tests to reflect changes in micromark-extension-gfm-table

Fix tests to reflect changes in micromark-extension-gfm-table #26

Workflow file for this run

name: main
on:
- pull_request
- push
jobs:
main:
name: ${{matrix.node}}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: dcodeIO/setup-node-nvm@master
with:
node-version: ${{matrix.node}}
- run: npm install
- run: npm test
- uses: codecov/codecov-action@v1
strategy:
matrix:
node:
- lts/fermium
- node