Skip to content

fix: Lock background scroll when image viewer and setting is open #39

fix: Lock background scroll when image viewer and setting is open

fix: Lock background scroll when image viewer and setting is open #39

Workflow file for this run

name: Lint via ESLint and Prettier
on:
push:
branches: [main]
jobs:
deploy-github-pages:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 22
cache: yarn
- name: Install dependencies
run: yarn install --immutable
- name: Lint via ESLint
run: yarn eslint:lint
- name: Lint via Prettier
run: yarn format:lint