Skip to content

Remove photos_library_path selector #103

Remove photos_library_path selector

Remove photos_library_path selector #103

Workflow file for this run

name: Lint
on:
push:
branches:
- master
pull_request:
branches:
- '**'
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Set up pnpm
uses: pnpm/action-setup@v6
with:
version: 10.22.0
- name: Set up Node.js
uses: actions/setup-node@v6
with:
node-version: '22'
cache: 'pnpm'
- name: Install dependencies
run: pnpm install --frozen-lockfile
- name: Run linter
run: pnpm lint