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

(merge #5): Dynamic image support using gatsby-plugin-remote-images #19

(merge #5): Dynamic image support using gatsby-plugin-remote-images

(merge #5): Dynamic image support using gatsby-plugin-remote-images #19

Workflow file for this run

name: Lint
on: push
jobs:
lint:
name: Lint (Prettier)
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Setup Node.js
uses: actions/setup-node@v3
- name: Install dependencies
run: npm ci --no-scripts
- name: Run prettier
run: npx prettier -c .