Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Bump sharp from 0.32.0 to 0.32.6 #120

Bump sharp from 0.32.0 to 0.32.6

Bump sharp from 0.32.0 to 0.32.6 #120

Workflow file for this run

name: ESLint
on: push
jobs:
eslint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install Modules
run: npm i
- name: Run ESLint
run: npx eslint . --ext .js