Skip to content

Convert SAR tables from HTML to Markdown #69

Convert SAR tables from HTML to Markdown

Convert SAR tables from HTML to Markdown #69

Workflow file for this run

name: Lint Markdown
on:
- push
- pull_request
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-node@v4
with:
node-version: 'lts/*'
- uses: actions/checkout@v4
- run: |
cd .github
npm install
npm test