Skip to content

Update sharp to v0.32.x #12

Update sharp to v0.32.x

Update sharp to v0.32.x #12

Workflow file for this run

name: style
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v1
with:
fetch-depth: 1
- name: npm install and check formatting
run: |
npm i
npm run check