Skip to content

Skip unsupported image formats #121

Skip unsupported image formats

Skip unsupported image formats #121

Workflow file for this run

name: CI
on:
push:
branches:
- "main"
pull_request:
branches:
- "*"
jobs:
lint_and_test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/[email protected]
with:
node-version: 18
- run: npm ci
- run: npm run lint
- run: npm test