Skip to content

Update store images and alignment in README and #20

Update store images and alignment in README and

Update store images and alignment in README and #20

Workflow file for this run

name: ESLint Check
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v2
with:
node-version: '20'
- name: Install Dependencies
run: npm install
- name: Run ESLint
run: npx eslint "src/**/*.{js,ts}"