Skip to content

Add EXIF fields to Parquet export #3

Add EXIF fields to Parquet export

Add EXIF fields to Parquet export #3

Workflow file for this run

name: CDK
on:
push:
paths: ['cdk/**']
pull_request:
paths: ['cdk/**']
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '20'
- run: cd cdk && npm ci
- run: cd cdk && npm test
- run: cd cdk && npx cdk synth