Skip to content

update code to use api v2 thumbnail endpoint. remove thumbnail.php (n… #51

update code to use api v2 thumbnail endpoint. remove thumbnail.php (n…

update code to use api v2 thumbnail endpoint. remove thumbnail.php (n… #51

Workflow file for this run

name: Prettier
on: [push, pull_request]
jobs:
prettier:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: 'lts/*'
- name: Install dependencies
run: npm ci
- name: Check code formatting with Prettier
run: npm run format:check