Skip to content

Generate inline svg #13

Generate inline svg

Generate inline svg #13

Workflow file for this run

# github action to run checks on PRs and pushes to master
name: Checks
on:
push:
branches:
- "*" # all branches
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install dependencies
run: npm install
- name: Run tests
run: npm test -- --coverage