Skip to content

Expose resemble's options in config file and don't scaleToSameSize by default #226

Expose resemble's options in config file and don't scaleToSameSize by default

Expose resemble's options in config file and don't scaleToSameSize by default #226

Workflow file for this run

name: Lint
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: 16.20.0
- run: npm install -g npm@latest
- run: npm install
- run: npm run lint
env:
CI: true