Skip to content

docs: add link to image file type and format guide #25

docs: add link to image file type and format guide

docs: add link to image file type and format guide #25

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 18
- run: npm install
- run: npm run lint
- run: npm run build
- run: npm test
- run: npm run test:coverage