Skip to content

feat: add opportunity to pass data to photoswipe via dataSource prop #4482

feat: add opportunity to pass data to photoswipe via dataSource prop

feat: add opportunity to pass data to photoswipe via dataSource prop #4482

Workflow file for this run

name: test
on:
push:
branches:
- 'master'
pull_request:
types: [opened, synchronize, reopened]
jobs:
run:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: actions/[email protected]
with:
node-version: 20
cache: yarn
- run: yarn install
- run: yarn test --bail --ci
- name: Upload coverage to Codecov
uses: codecov/[email protected]