Skip to content

Running CI for remark-automatic-glossary-markup #11

Running CI for remark-automatic-glossary-markup

Running CI for remark-automatic-glossary-markup #11

name: Github Actions
run-name: Running CI for remark-automatic-glossary-markup
on: [push]
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: npm install
- run: npm run lint
- run: npm run test